there is no post about getting react native ios + google signin work

i watched all videos , blogs whatever , reract native google sign in gives back id token but it won't get saved to supabase table, no triggers etc , all the questions related to this here ended in nowhere
1 Reply
qwertyuiop
qwertyuiop3mo ago
Same issue, it keeps getting 400 error code from supabase server, with no error message. I've followed everything on the official documentation. This is only happening for ios production builds. I have it working for android, or ios dev build with local supabase. Did you find a solution by any chance? I was able to resolve it by turning on "Skip nonce checks" in supabase google provider settings. It says the following:
Allows ID tokens with any nonce to be accepted, which is less secure. Useful in situations where you don't have access to the nonce used to issue the ID token, such as with iOS.
Allows ID tokens with any nonce to be accepted, which is less secure. Useful in situations where you don't have access to the nonce used to issue the ID token, such as with iOS.
I'm surprised this step isn't mentioned in the documentation

Did you find this page helpful?