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
{{ message }}
This repository has been archived by the owner on Aug 28, 2021. It is now read-only.
When I first start up the app, the callback in onAuthStateChanged triggered fine. However, if I do a reload of the app by saving any file inside the proyect, it doesn't call the callback anymore.
If I close and reopen the app, then it works again.
The text was updated successfully, but these errors were encountered:
I'm having the same issue which is really annoying during development. I'd like to avoid importing Web SDK. Can you share your fix @EvanBacon? Even if that's a workaround. Thanks a lot in advance.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I can use all firebase SDKs without problems.
I call
onAuthStateChanged
like so in my app.When I first start up the app, the callback in
onAuthStateChanged
triggered fine. However, if I do a reload of the app by saving any file inside the proyect, it doesn't call the callback anymore.If I close and reopen the app, then it works again.
The text was updated successfully, but these errors were encountered: