-
Notifications
You must be signed in to change notification settings - Fork 893
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
Auth V9 Error on Chrome Android when Offline #5720
Comments
Thank you for your input @ehsannas. I have edited the issue above. Turns out it wasn't the Firestore that was the error. It was only affected by the real error, namely auth? |
I can reproduce this. I think the problem is when using a mobile device, the This CMIIW |
Thx for the info @RaheutRahwana. Looks like I'll have to roll back to v8 again until this issue is resolved. |
Update I found the same problem in Stack Overflow. Although it is not clear which version of the sdk is used. https://stackoverflow.com/questions/69708575/firebase-app-cannot-be-used-in-offline-mode |
Thanks for filing this! The linked PR should fix the issue; it should be available in the next release or the one after! |
[REQUIRED] Describe your environment
[REQUIRED] Describe the problem
EDITED
Error messages that appear on Chrome for Android:
Steps to reproduce:
While online, go to a Auth-enabled PWA using Chrome on Android. Browse some pages. After that go offline. Reload/revisit previously visited pages. What I found was that Firebase stop working. I didn't experience this on desktop also before v9.
Relevant Code:
The text was updated successfully, but these errors were encountered: