Skip to main content

Easy Steps to Configure Google Login (Web and App)

You can configure Google Login so your users can sign in easily.

Written by Yair
Updated today

Requirements:

Create Firebase project

NOTE: If you already have a Firebase project, you can skip this part.

  1. Log in to your Firebase account and create a new project (only one project is needed for all your apps).

    Annotation on 2026-02-26 at 20-52-10.png


    Image link: https://d.pr/i/P8zoNj

    firebase2.png


    Google login for Website

  1. Register your website and your mobile apps (Android and iOS) using your website name and their respective app identifiers (package name for Android and bundle ID for iOS).

    Annotation on 2026-02-26 at 21-03-18.png


    After registering them, the products added in this section will be displayed. Please select the product where you would like to enable Google Login (starting with the website first, and then proceeding with the app).


    During the website registration, you can copy your “apiKey” and “authDomain,” or retrieve them later from your website’s configuration section. Please make sure to save both values, as you will need them in the next steps.

  2. From the side menu, select “Authentication,” then click “Get started.



  3. In the “Sign-in method” section, select “Google” and enable it. Then choose your “Support email for the project” and click “Save.”

  4. Click on Edit and copy the “Web Client ID.” Please save it somewhere, as it will be needed lat.

  5. Go to the “Settings” tab and select “Authorized domains.” Then add your website domain.

  6. Go to your dashboard and filling the following fields:

    Google Login ID (Web Client ID from Step 5), add your apiKey and authDomain (from step 7)

Annotation on 2025-12-16 at 14-10-59.png

7. Done!, Test your login in your website.

  1. Google Login For App (Building)

  1. In your Google Play Console account, select your Customer App and navigate to Test and release >> App integrity >> Play App Signing >> Settings. From there, copy your SHA-1 certificate fingerprint and save it for later use.


    Annotation on 2025-12-16 at 14-15-15.png


  2. In your Firebase project, go to the configuration of your Android Customer App, and in the section below, paste your “SHA-1 certificate fingerprint.”

Did this answer your question?