Create Google OAuth2 Project

Create Google OAuth2 Project

To integrate Google Sign-In functionality into your e-commerce website, you need to register and create a Google OAuth2 Project.

Steps to follow:

  1. Access Google Cloud Console

  2. Create a New Project (if you don’t have one yet)

    • Click Select a project > New Project. create_project_google_auth

    • Enter a project name, choose the location, and click Create. create_FcjFashionShop_ggouth

    • After the project is created, click Select a project. create_FcjFashionShop_ggouth

    • Select the newly created FcjFashionShop project. create_FcjFashionShop_ggouth

  3. Enable Google OAuth2 API

    • Under Quick access, select API & Services.

    • Or, in the left menu, select APIs & ServicesLibrary. api_services

    • Type Google+ API in the search box and press Enter. search_google_API

    • Click the Google+ API service. search_google_API

    • Click Enable. search_google_API

At this preparation step, you only need to create the Google OAuth2 Project and enable the necessary APIs. Creating the OAuth Consent Screen and configuring the Client ID/Client Secret will be done in later steps, after you have your actual domain/frontend URL.