© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabase•4mo ago•
56 replies
lucksp

signInWithOAuth for React Native without @react-native-google-signin/google-signin

I have been using my implementation for almost 2 years:
 supabase.auth.signInWithOAuth({
      provider: 'google',
      options: {
        redirectTo: 'myMobileSchema://',
      },
    });
 supabase.auth.signInWithOAuth({
      provider: 'google',
      options: {
        redirectTo: 'myMobileSchema://',
      },
    });

Now today, none of it works in dev or prod!?! after opening the oAuth consent, it just redirects to my website URL, not back to my mobile app.

1. Can signInWithOAuth be used in React Native without the "native" GoogleSigninButton. I hate that library
2. If so, can I share the same web based Client secret & Client ID in the Supabase sign in provider? I did ensure the web based client id is first.

Did something change? This is not ideal to have break out of the blue.

What's super interested is that according to google my "iOS" Client Ids have warnings:
This OAuth client has not been used. Inactive OAuth clients are subject to deletion if they are not used for 6 months. Learn more
This makes me thing something else is going on...
Supabase banner
SupabaseJoin
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.
45,816Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements
Next page

Similar Threads

Google auth in react native
SupabaseSSupabase / help-and-questions
3w ago
there is no post about getting react native ios + google signin work
SupabaseSSupabase / help-and-questions
6mo ago
Auth with React Native (without Expo)?
SupabaseSSupabase / help-and-questions
16mo ago
Missing Documentation for using Google OAuth with React-Native Expo for iOS
SupabaseSSupabase / help-and-questions
2y ago