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

Popular posts from this blog

node.js - Using Node without global install -

How to access a php class file from PHPFox framework into javascript code written in simple HTML file? -

java - Null response to php query in android, even though php works properly -