Reputation: 368
I'm using the standard email/password authentication and followed the implementation given here https://www.firebase.com/docs/web/guide/login/password.html. Console tells me that that no error was returned and password email has been sent successfully but I don't get it. I've checked all the folders.
Are there some security rules that may be preventing this? I have the standard rule
auth.provider === 'password' && auth.uid === $userid rule
on 'write'.
I know something is up because I can't login anymore, so some kind of temporary password has been set in Firebase.
Upvotes: 10
Views: 13894
Reputation: 168
Your Password reset mail maybe on SPAM folder it happened to me so check your spam folder also and why in spam because of custom domain not connected after connect custom domain its works fine
Upvotes: 6
Reputation: 368
Turns out it was going into the spam folder. Gmail was marking it as spam for some reason. Probably need to upgrade my account to send a proper white label email.
Upvotes: 19