firebase / firebaseui-web

FirebaseUI is an open-source JavaScript library for Web that provides simple, customizable UI bindings on top of Firebase SDKs to eliminate boilerplate code and promote best practices.
https://firebase.google.com/
Apache License 2.0
4.57k stars 1.05k forks source link

Firebase auth: Operation timeout issues on login, using social media login eg. google #791

Open vaibhav-pande opened 3 years ago

vaibhav-pande commented 3 years ago

[REQUIRED] Describe your environment

Steps to reproduce:

1) Go to sso sign in page 2) Click on social media login option eg. google 3) Enter credentials 4) It comes back to sso sign in page giving operation time out error on google icon

Attaching screenshot for reference: Screenshot 1: image

Screenshot2: image

vaibhav-pande commented 3 years ago

Few more screenshot for reference: image

image

bojeil-google commented 3 years ago

Hey @vaibhav-pande, please provide a link to your app or a reliable way to reproduce this issue. If sensitive info is involved, please file a ticket with the support team.

Given there are no clues provided, I can only speculate that you may be using a service worker and caching offline content which is messing up with the path /__/auth. You have to exclude that path. I have seen a similar error when developers do this.

thespacedeck commented 3 years ago

Hi there,

Having the same issue with custom Identity Provider. Was this resolved? Any idea how to resolve this?

Let me know :)

brloman commented 3 years ago

Having the same issue. This is not the first network error I experience with firebase auth. I searched everything online and all I see is very basic troubleshooting advice like make sure your internet is connected or irrelevant stuff like change <form> to <div>. Please someone from firebase get to the bottom of this.

jhades commented 3 years ago

I'm getting similar reports as well.