How to Generate Google App Client ID and iOS Client ID

How to Generate Google App Client ID and iOS Client ID

This guide will help you set up your Google OAuth credentials to enable social logins (e.g., Google Sign-In) on Yelo admin dashboard

Step 1: Visit Google Cloud Console

  1. Open: https://console.cloud.google.com/
  2. Login using your Gmail account.
  3. If you don’t have a project, click on “Select a project” → “New Project”

Step 2: Create OAuth Consent Screen

  1. From the left menu, go to APIs & Services > OAuth consent screen.
  2. Choose “External” user type and click Create.
  3. Fill in:
    • App info  (e.g., app name)
    • User support email
    • Contact info
    • Developer contact information
  4. Click Save and Continue (Scopes can be left as default).

Step 3: Create OAuth Client ID

  1. Go to APIs & Services > Credentials
  2. Click “+ CREATE CREDENTIALS” → “OAuth Client ID”
  3. Choose application type:
    • Web application : for Web
    • iOS : for iOS mobile app
  4. For Web application, fill in:
    • Name: Yelo Web App
    • Authorized redirect URIs: Add Yelo’s customer web URL (you can get this from your Yelo dashboard or support)
    • Click on Create.
    • Copy the client ID generated as it needs to be pasted on the yelo admin dashboard under the section named “google app client id”.
       
  5. For iOS, fill in:
    • Name: Yelo iOS App
    • Bundle ID: You can get this from your iOS developer (usually something like com.yourcompany.customer)
    • Click on Create.
    • Copy the client ID generated as it needs to be pasted on the yelo admin dashboard under the section named “google app IOS client id”. 

Step 4: Add to Yelo Dashboard

  1. Login to your Yelo Admin Dashboard.
  2. Go to Configure >> User Settings >> Guest >> Sign up>> Login via Google.  
  3. Paste the relevant Client IDs in the respective fields.

Step 5 : Yelo Website 

Login via google feature will now be visible to the end customer’s website and app.

 

 

Was this article helpful?

Leave A Comment?