Google authentication with Supabase in Flutter: Error 400: invalid_request #17801
Answered
by
dshukertjr
namanchandel31
asked this question in
Questions
-
I am trying to implement Google authentication with Supabase in my Flutter app. I followed all the steps in the Supabase documentation, but when I ran my app, I got the following error:
According to Google Account Help, only the third-party developer can fix this issue. In this case custom URI has to be implemented for deep link after a successful authentication For more details please see |
Beta Was this translation helpful? Give feedback.
Answered by
dshukertjr
Jan 3, 2024
Replies: 1 comment 34 replies
-
Hey @dshukertjr, can you look into the matter, thanks |
Beta Was this translation helpful? Give feedback.
34 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@mtalha101 Yes, actually there is!
You can now enable skip nonce check from
Auth -> Providers -> Google -> Skip Nonce Check
in your dashboard. Google login on iOS should work fine once you turn this one on.