简体   繁体   中英

Firebase not sending reset password email

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.

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.

您的密码重置邮件可能在垃圾邮件文件夹上发生在我身上,所以请检查您的垃圾邮件文件夹以及为什么在垃圾邮件中因为自定义域在连接自定义域后未连接它工作正常

2

yes we must try to see spam folder in email inbox 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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM