Firebase not sending reset password email -
i'm using standard email/password authentication , followed implementation given here https://www.firebase.com/docs/web/guide/login/password.html. console tells me that no error returned , password email has been sent don't it. i've checked folders.
are there security rules may preventing this? have standard rule
auth.provider === 'password' && auth.uid === $userid rule on 'write'.
i know because can't login anymore, kind of temporary password has been set in firebase.
turns out going spam folder. gmail marking spam reason. need upgrade account send proper white label email.
Comments
Post a Comment