campfireFirebase Social Login

circle-exclamation

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. Open Firebase Console

  2. Now click on Get Started button

  1. Now select your project if created or create your project by click on + Add Project and google-services.json

circle-exclamation
  1. On left hand side panel click on setting

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

  1. Scroll down click on your package and add SHA-1 and SHA26 Key for debug and release.

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

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

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

Follow the steps below to set up Apple Login in your Firebase project:

  1. Open Firebase Consolearrow-up-right and select your project.

  1. In the left-hand menu, click Authentication.

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

  1. Find Apple in the list of providers and click the Edit (✏️) icon.

  2. Enable the toggle for Apple Sign-In.

  3. Enter the following required credentials from your Apple Developer account:

    • Service ID

    • Team ID

    • Key ID

    • Apple private key (from the .p8 file)

  1. Click the Save button.

  1. The Apple Login setup will be completed successfully.

circle-exclamation

Last updated