Google Authentication Setup
This is a guide to setting up Google authentication with Supabase.
Please follow the Supabase Official Documentation for more information.
To authenticate with Google, you need to create a Google Cloud Platform project and configure your app in the Google Cloud Console.
Create a Google Cloud Platform Project
Create OAuth consent screen
Supabase Configuration
Create OAuth Client ID's
After creation, you’ll see your OAuth Client ID’s:
Update tokens in Supabase
Update Client ID in your app
Replace YOUR_GOOGLE_CLIENT_ID in the template with the Client ID you created.