Set Up Google Authentication

Configure Google Authentication to allow users to sign in to your Spiderly app using their Google accounts.

Configure Google Client ID

After following the video tutorial, you will obtain the Google Client ID. Once you have it, make sure to set it in the following two places:

  • Locate the Backend\YourAppName.WebAPI\appsettings.json file and set the value for the "GoogleClientId".
  • Locate the Frontend\src\environments\environment.ts file and set the value for the "GoogleClientId".