googleGoogle Login

circle-info

bullhorn 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 Setuparrow-up-right

Follow below steps for Google Login in your project :

  1. On left hand side panel click on setting

    On click Setting button pop open open. In that click on Project Settings \

  2. 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 Keyarrow-up-right

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

  4. Remeber to add all the dependencies in build.gradle which mention in above Firebase Setuparrow-up-right

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

Last updated