1
Open Google Cloud Console
Go to
console.cloud.google.com → APIs & Services → Credentials →
Create Credentials → OAuth 2.0 Client ID → Web application.
2
Add the Authorized Redirect URI
Under Authorized redirect URIs, add exactly:
https://api.abjayou.com/fn/3fbe39c5-0185-47fd-882a-983dc8dae02f/invoke/auth-callback
3
Copy your credentials
Save and copy the Client ID and Client Secret.
4
Add them to your project Secrets
In the IDE, open the Fn panel → Secrets tab and add:
GOOGLE_CLIENT_ID → paste your Client ID
GOOGLE_CLIENT_SECRET → paste your Client Secret
5
Done! Click “Continue with Google” to test. Email & password login works immediately with no extra setup.