Skip to content

Commit

Permalink
Emphasise on both while adding app keys into firebase console
Browse files Browse the repository at this point in the history
- This point is not mentioned in the official document or other answers available on platforms like stack overflow.
  • Loading branch information
niyasc authored Sep 10, 2023
1 parent 573a4ee commit 94f693a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ file within your project.

> The debug signing certificate is optional to use Firebase with your app, but is required for Dynamic Links, Invites and Phone Authentication.
> To generate a certificate run `cd android && ./gradlew signingReport`. This generates two variant keys.
> You have to copy both 'SHA1' and 'SHA-256' keys that belong to the 'debugAndroidTest' variant key option.
> You have to copy **both** 'SHA1' and 'SHA-256' keys that belong to the 'debugAndroidTest' variant key option.
> Then, you can add those keys to the 'SHA certificate fingerprints' on your app in Firebase console.
Download the `google-services.json` file and place it inside of your project at the following location: `/android/app/google-services.json`.
Expand Down

0 comments on commit 94f693a

Please sign in to comment.