Streamit Laravel - Documentation
Streamit Laravel

How to Create a Google Cloud Project & Enable OAuth?

Create a Google Cloud Project & Enable OAuth

  1. Go to the Google Cloud Console.
  2. Create a new project or select an existing one.
  3. Navigate to APIs & Services → Credentials.
  4. Click Create Credentials → OAuth Client ID.
  5. Configure the consent screen:
    • Select External (if targeting multiple users) or Internal (if only for your organization).
    • Fill in app details (App name, logo, domain, privacy policy, etc.).
  6. Choose Application type → Web Application (or Android/iOS if applicable).
  7. Add Authorized Redirect URIs (e.g., http://localhost:3000/auth/callback for development).
  8. Click Create, then save your Client ID and Client Secret.
  9. Add the credentials in .env file
GOOGLE_ACTIVE=true
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
GOOGLE_REDIRECT_URI=