googlearchive / firebase-dart

Dart wrapper for Firebase
https://pub.dev/packages/firebase
404 stars 144 forks source link

[firebase_auth] sendSignInLinkToEmail takes 4 minutes to arrive in inbox. #341

Closed MATTYGILO closed 3 years ago

MATTYGILO commented 3 years ago

When sending a sendSignInLinkToEmail to a user it takes 4 minutes to arrive in their inbox for the first time. When it finally arrives the date of arrival states 4 minutes prior to actual arrival. When I go to send the same user another email it takes only takes a few seconds. Why is it that this takes ages for first time sending to a user. I have tried on both gmail and proton mail it is the same issue.

If you know a fix or want more information please ask me.

kevmoo commented 3 years ago

You'll likely need to inquire w/ the firebase core folks. This package just wraps the existing JS APIs – and I'm pretty sure it doesn't take 4 minutes to call the JS