Google Sign In
Configure Google OAuth for seamless sign-in with Google accounts.
Dashboard required
Supabase CLI cannot configure OAuth providers. Use the Supabase dashboard and Google Cloud Console for these steps.
1. Create Google OAuth Credentials
Create OAuth credentials in the Google Cloud Console to get your Client ID and Client Secret.
You will need
- Google OAuth Client ID
- Google OAuth Client Secret
- Supabase project callback URL
Follow the VibeCodeMax docs for complete steps: https://vibecodemax.app/docs
2. Enable Google Provider
In the Supabase dashboard, go to Authentication > Providers and enable Google. Enter your Client ID and Client Secret.
3. Configure Redirect URLs
Add OAuth redirect URLs in Supabase under Authentication > URL Configuration.
Required URLs
- http://localhost:3000/auth/callback
- https://<your-domain>/auth/callback
- /auth/confirm
