-
Notifications
You must be signed in to change notification settings - Fork 180
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
Persist authentication issue #1
Comments
Did you find solution for this? |
I am also generally having flicker issues whereby the user is not loaded fast enough. What's the best way to block rendering until currentUser has been loaded? |
Having the same issue. Accessing a private route redirects to the login page which in turn redirects to '/' because at that point currentUser is finally available. |
Having the same issue when successfully login but when the page reloads login form flickers. |
Can you share your changes? :) |
I keep encountering this error 'TypeError: firebase_js__WEBPACK_IMPORTED_MODULE_1_.default.auth is not a function' in my |
I implemented this into my application but it seems that the code to detect if currentUser exists
is executed before loading the currentUser
so the result is the user will be redirected to login after refreshing the page.
The text was updated successfully, but these errors were encountered: