-
Notifications
You must be signed in to change notification settings - Fork 928
Constant auth sign-out/log-out whenever the network changes. #7118
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
Comments
Hi @maccman, thanks for reporting! Also, did you only see this issue in version 9.17.2? Does using version 9.17.0 or other pre 9.17.2 version work for you? |
@NhienLam this one is a tricky one - because auth fails and the page gets reloaded all at around the same time. It's difficult to capture errors around. We have reverted this Firebase change in our staging environment and we aren't seeing sign outs. We will deploy to production tomorrow and let you know if we see a decrease in sign-outs. |
I can reproduce this issue with a minimal Firebase setup. And I can confirm that version Steps to reproduce:
Video recording: Firebase-logout-error.mp4 |
Thanks a lot for the update @maccman and the repro steps @ocavue!
I will create a PR to change it back to |
[REQUIRED] Describe your environment
[REQUIRED] Describe the problem
We just upgrade Firebase from 9.10.0 to the latest (9.17.2). We are seeing constant auth sign-outs across our user base. We think it's related to network changes, and to this PR:
#7038
Our app works offline so it's very important that users aren't signed out when the auth request fails due to a network error.
The text was updated successfully, but these errors were encountered: