Skip to content
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

Can not sign in with Google #1041

Open
fan123199 opened this issue Sep 23, 2024 · 4 comments
Open

Can not sign in with Google #1041

fan123199 opened this issue Sep 23, 2024 · 4 comments
Labels
auth This issue or pull request is related to authentication bug Something isn't working

Comments

@fan123199
Copy link

fan123199 commented Sep 23, 2024

Describe the bug

I am using supabase_flutter: 2.6.0 in package-lock.yaml

And using instrucion code to implement our app.

It is reported yesterday by our user that they cannot login, and then I test on Android 15 beta (Google Pixel 6 Pro) and Android 14 (Oneplus 12). It really cannot login, error shows

 [GoogleAuthUtil] [GoogleAuthUtil] error status:UNKNOWN with method:getTokenWithDetails

And I search from stackoverflow, https://stackoverflow.com/questions/79009273/flutter-platformexception-when-trying-to-get-google-sign-in-access-token, The fix works.

But it should be fixed in supabase docs. It should add scope to Google sign in function params.

@fan123199 fan123199 added the bug Something isn't working label Sep 23, 2024
@elliottetzkorn
Copy link
Contributor

I had the same issue all of a sudden, and had to spend a whole weekend figuring out this fix. Something must have just changed on Google's end, very annoying

@fan123199
Copy link
Author

I had the same issue all of a sudden, and had to spend a whole weekend figuring out this fix. Something must have just changed on Google's end, very annoying

Yes, I think Google really make a bug. This should not happened. It is a production incident.

@dshukertjr dshukertjr added the auth This issue or pull request is related to authentication label Sep 25, 2024
@elliottetzkorn
Copy link
Contributor

The scopes issue fixes debug but from what I can tell production is totally destroyed. I cannot login via the release signing sha no matter what I do. Is anyone seeing that too??

@dshukertjr
Copy link
Member

It seems like Google has fixed the issue now internally?
flutter/flutter#155429

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auth This issue or pull request is related to authentication bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants