Optional setup
Google OAuth Setup
Follow these steps if you want social login with Google. You can skip this guide and continue with Stripe and Resend setup if email/password auth is enough for now.
- 1
Open Supabase Panel → Authentication → Sign In / Providers → Google.
- 2
Enable Sign in with Google.
- 3
Copy the Callback URL provided by Supabase.
- 4
Go to https://console.cloud.google.com/apis/credentials.
- 5
Select Create Credentials → OAuth Client ID.
- 6
Choose Web Application as the application type.
- 7
Paste the Supabase Callback URL into Authorized redirect URIs.
- 8
Copy the generated Client ID and Client Secret.
- 9
Paste them back into the Google Provider settings inside Supabase.
- 10
Save the configuration.

