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. 1

    Open Supabase Panel → Authentication → Sign In / Providers → Google.

  2. 2

    Enable Sign in with Google.

  3. 3

    Copy the Callback URL provided by Supabase.

  4. 4

    Go to https://console.cloud.google.com/apis/credentials.

  5. 5

    Select Create Credentials → OAuth Client ID.

  6. 6

    Choose Web Application as the application type.

  7. 7

    Paste the Supabase Callback URL into Authorized redirect URIs.

  8. 8

    Copy the generated Client ID and Client Secret.

  9. 9

    Paste them back into the Google Provider settings inside Supabase.

  10. 10

    Save the configuration.