-
Notifications
You must be signed in to change notification settings - Fork 955
Closed
Description
[REQUIRED] Describe your environment
- Operating System version: Android 10
- Browser version: Chrome 95.0.4638.74
- Firebase SDK version: v9.4.1
- Firebase Product: Auth
[REQUIRED] Describe the problem
EDITED
Error messages that appear on Chrome for Android:
GET https://apis.google.com/js/api.js?onload=__iframefcb993633 net::ERR_INTERNET_DISCONNECTED load_js.ts
Uncaught (in promise) FirebaseError: Firebase: Error (auth/internal-error). errors.ts:91
at createErrorInternal (assert.ts:128)
at _createError (assert.ts:83)
at HTMLScriptElement.el.onerror (load_js.ts:32)
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:
const auth = getAuth(app);