Hello, we are have built a mobile game using React Native and Expo. We started with the anonymous login feature of Supabase to reduce the barrier of entry to the game, however now we want to enable users to "save" their data by converting their account to a permanent user.
For this process we want to enable Social login with providers such as Google and Apple.
Following the docs, the process of linking an account with an OAuth provider requires the user to pop out of our app into the web browser to signin to their apple/google account and then deep link back to the app to complete the authentication process.
Google Sign-in for your React Native applications. Contribute to react-native-google-signin/google-signin development by creating an account on GitHub.
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.