-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
FirebaseUI doesn't work properly in chrome mobile randomly: 20s latency onAuthStateChanged event #1053
Comments
Also experiencing this issue, I have tried several combinations of the sign in flows and settings but have been unable to get this working as expected on mobile web. |
Sorry to hear that this is happening. I tried to reproduce the issue on the demo app in Chrome on my Pixel 5 with email sign-in, sign in with Google, and phone sign-in, and wasn't able to reproduce the issue. Can you please share which mobile OS you're using, which sign-in method you're trying, and if possible a minimal code sample? That should help us figure this out. |
@EmilioNicolas thanks for the update, and glad that fixed it! Just to help us chase down this issue - did you switch to the npm install of the Firebase SDK now that you've removed the gstatic script tags? I'm wondering if the bug may specifically apply to the combination of FirebaseUI |
Hi! Yep, I switched to npm and then all good so it seems you are right about the buggy combo |
Experiencing this on firebase 10.6.0 and firebaseui 6.1.0 via NPM. Things I have tried:
Here is a minimal version of my code:
|
Any update here? I am still experiencing this issue and have been trying for weeks to fix it with no luck. |
Describe your environment
Describe the problem
If using my firebaseUI implementation, randomly it appears the error code: TypeError: u[v] is not a function
Then it is not after 20 seconds that I receive auth.onAuthStateChanged event
Why could this be happening?
Thanks in advance for your help!
The text was updated successfully, but these errors were encountered: