-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wrong af.auth.getAuth() #248
Comments
Is |
Actually, there is currently no way to synchronously get a user object when the page loads. https://firebase.google.com/docs/auth/web/manage-users#get_the_currently_signed-in_user I think the best strategy here is to deprecate @davideast thoughts? |
shouldn't all async methods be named with async? also a synced version would be great. Otherwise one have to inject the uid into all components. |
That's not a convention we use, particularly because the
We're limited by the SDK, and us providing a |
When refreshing a page I don't get the logged in user in the constructor of my component:
af.auth.getAuth()) //null
could be the same issue as #231
The text was updated successfully, but these errors were encountered: