Is it possible to do Google OAuth in react native with supabase? #17998
Unanswered
williamlmao
asked this question in
Questions
Replies: 2 comments 1 reply
-
Hi @williamlmao, make sure you are calling the Edit: Make sure that you have the right URL configured. See Authentication > URL Configuration in supabase dashboard |
Beta Was this translation helpful? Give feedback.
0 replies
-
I am also facing this error. Is there any resource I can look up to and debug it. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm wondering if it is even possible to set up google O Auth with supabase.
I watched this video: https://www.youtube.com/watch?v=vojHmGUGUGc which shows setup for android, but not ios.
I also found this issue thread: react-native-google-signin/google-signin#1176
I'm using react-native-google-signin
I've gotten to the point where the sign in flow from google is completed, but saving the user to supabase is where the flow breaks.
[AuthApiError: Nonces mismatch] {"session": null, "user": null} is the error I get.
Beta Was this translation helpful? Give feedback.
All reactions