Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Replace YOUR_CLIENT_ID with the generated Client ID.

  • Note: Adding GoogleService-Info.plist is not required.

Step 3: Web Setup

  1. Select Web application under the Application Type dropdown.

  2. Enter a name (e.g., “Web OAuth”).

  3. Add Authorized JavaScript origins and Authorized redirect URIs:

    • Use http://localhost for local debugging.

    • Use https://yourdomain.com for production.

  4. Click Create to generate your Client ID.

...