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
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:
I'm surprised this step isn't mentioned in the documentation