Google OAuth
Before proceeding, you'll need to set up Google OAuth for user authentication:
- Go to the Google Cloud Console
- Create a new project or select an existing one
-
Enable the Google OAuth2 API:
- Navigate to "APIs & Services" > "Library"
- Search for "Google OAuth2"
- Click "Enable"
-
Create OAuth credentials:
- Go to "APIs & Services" > "Credentials"
- Click "Create Credentials" > "OAuth client ID"
- Select "Web application"
- Set a name for your application
- Add authorized redirect URIs:
- Click "Create"
-
Save your credentials:
- Note down the
Client ID
andClient Secret
- You'll need these in the next steps
- Note down the