You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Watch the status of email verification in real time of firebase user in auth
I've already looked everywhere on how to do to see the verification status of the user's email in real time and I can not find how to do it.
I already tried with firebase.auth (). OnAuthStateChanged and with the observable firebase.authState. And if the user validates his mail, with no method I can see the change in real time. Moreover, not even the firebase object has any way of reloading the firebase.user, I have to reload everything to update the state of emailVerified.
How could I see in real time the change of user verification with the current instance of firebase?
desarrollotrimax, Crewnie, IngAjVillalon, kainisoft, vanderburg and 14 more