Google Login
NOTE :Before launching the app, ensure you have correctly set up the ADMIN LARAVEL and have added all necessary data through the admin panel.\ Before running the app make sure you have import Collection json in Firestore database which we have provided.
If you haven’t Firebase Project Account ? Click here for create project see the steps show in Firebase Setup
Follow below steps for Google Login in your project :
On left hand side panel click on setting
On click Setting button pop open open. In that click on Project Settings \

Scroll down click on your package and add SHA-1 and SHA26 Key for debug and release.
NOTE : How to generate SHA-1 and SHA26 steps are mention above. You can see in document left hand menu panel and click on Firebase SHA Key

In the Firebase Console, go to the Sign-in method tab and click on Google.

Remeber to add all the dependencies in build.gradle which mention in above Firebase Setup

Once you enable the option and click on the "Save" button, the Google Sign-In setup will be successfully completed.
Last updated