react-native-google-signin / google-signin

Google Sign-in for your React Native applications
https://react-native-google-signin.github.io/
MIT License
3.19k stars 879 forks source link

Solution to issue #1176 (Supabase on iOS with Expo) #1246

Closed bjollans closed 7 months ago

bjollans commented 7 months ago

This is a solution to https://github.com/react-native-google-signin/google-signin/issues/1176 (Supabase on iOS not working). The issue is locked. I would appreciate a collaborator sharing my solution as I believe it would help others.

There is a minimal working solution in this gist (for Expo apps). It uses another library (react-native-app-auth).

Thank you!

vonovak commented 7 months ago

hi! thank you for your comment. I have unlocked the discussion, please put your gist there, thank you! :)

vonovak commented 7 months ago

that being said, I'm not a fan of your approach because it omits nonce. That's not the best approach for security