Google auth stuck at loading and ends with timeout

70 views
Skip to first unread message

Samarth Gupta

unread,
Apr 23, 2024, 10:05:27 AMApr 23
to Firebase Google Group
We are using Google sign in for authentication in our React js application.

```
const auth = firebase.auth();
const provider = new GoogleAuthProvider();
signInWithPopup(auth, provider);
```

For most of users, it works fine. but one of our user from Venezuela reported that it the popup is not loading for them.
It opens popup, then stuck at loading state for long time and then ends up with timeout message.
And when they close popup, it gives popup closed error. so we don't have right error message to know what was the reason it wasn't loading for them.

What can be the reason of it?

Browsers tested on:
1. Google chrome
2. Firefox

Network connection is not the issue.

image (212).png
image (213).png
Reply all
Reply to author
Forward
0 new messages