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.jsonfile and set the value for the"GoogleClientId". - Locate the
Frontend\src\environments\environment.tsfile and set the value for the"GoogleClientId".
Set Up Emailing
Configure your Spiderly app to send emails such as verification codes, unhandled exception alerts, and notifications.
Add New Entity
Learn how to create a new entity in your project, including adding it to the backend, updating the database, and generating the corresponding frontend code.