- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 888
Google Sign-In not working on Android #1275
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
Comments
i have exactly the same issue, but its intermittent. I feel more sane now that i see im not the only one. |
Users are facing the issue, but there is no solution available! Strange! |
@mohdabbas completely unrelated, but how is it that you're able to pass androidClientId to GoogleSignIn.configure? the docs show that that property is not available, and I get an error when I try to include it |
Same here. iOS working and Android stopped. |
https://stackoverflow.com/questions/54417232/react-native-google-signin-gives-developer-error |
Hello and thanks for reporting, As for Thank you 🙂 |
We were not expecting this answer! |
We are still experiencing this issue, with iOS working fine but only Android being affected. This is leading to customer drop-offs. Can we get support on this, even if it's an intermittent issue, due to the impact it's having on our customers? |
This worked for me, too. However, in my case I did not see the DEVELOPER_ERROR, or any error, until I added this code...
@vonovak am I correct that this error is silenced? If so, then throwing that plus any further clarification would be great! 👍🏼 |
Hello! |
Having the same issue here. Following this tutorial, i have registered the OAuth 2.0 Client IDs for iOS, Android and web. I have added all the ID's in supabase Google Auth Provider settings, divided by comma. It works fine on development build but not working in production. It opens the popup to choose the google account and after choosing it it just stays in the login screen and not doing anything. I tried catching any error using |
same here, i tried to find out with the log cat but nothing found. |
I'm encountering an issue with Google Sign-In in my React Native project. Recently, the Google Sign-In functionality has stopped working on Android devices. Previously, it was functioning correctly, but now when users attempt to sign in with Google, a popup appears to select the Google account, but nothing happens after selecting an account. It's worth noting that Google Sign-In continues to work as expected on iOS devices.
Below, I've provided the relevant code snippet from the GoogleLogin.js file along with the project details. Any assistance in resolving this issue would be greatly appreciated.
Expected Behavior
I expected Google Sign-In to work smoothly on both Android and iOS devices.
Actual Behavior
Google Sign-In is not working on Android devices. When users click "Sign in with Google", a popup appears to select the Google account, but nothing happens after selecting an account.
Environment
react-native version: 0.72.6
@react-native-google-signin/google-signin version: 11.0.1
Expo version: ~49.0.6
Please let me know if you need any further information. Thank you!
The text was updated successfully, but these errors were encountered: