Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit e07c53a

Browse files
printing da finger
1 parent 98daa8f commit e07c53a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/AUTHENTICATION.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ Note that changing a password may fail if your login for this `email` was too lo
401401
* Don't forget to enable Phone login in your firebase instance.
402402
* You can only test this on a real device (not on an emulator/simulator).
403403
* Use the phone number of the device you're testing on.
404-
* _ANDROID:_ [Make sure you've uploaded your SHA1 fingerprint(s)](https://developers.google.com/android/guides/client-auth) to the Firebase console, then download the latest `google-services.json` file and add it to `app/App_Resources/Android`.
404+
* _ANDROID:_ [Make sure you've uploaded your SHA1 fingerprints](https://developers.google.com/android/guides/client-auth) to the Firebase console, then download the latest `google-services.json` file and add it to `app/App_Resources/Android`.
405405
* _iOS:_ Make sure you have messaging enabled as well, as this uses push notifications on iOS.
406406

407407
```js
@@ -517,9 +517,9 @@ Upon successful authentication, Facebook creates an access token that can be obt
517517

518518
First, enable Google Sign-In in your firebase instance and add the _Web SDK configuration_.
519519

520-
Make sure you've uploaded your SHA1 fingerprint(s)](https://developers.google.com/android/guides/client-auth) to the Firebase console, then download the latest `google-services.json` file and add it to `app/App_Resources/Android`.
520+
Make sure you've uploaded your [SHA1 fingerprints](https://developers.google.com/android/guides/client-auth) to the Firebase console, then download the latest `google-services.json` file and add it to `app/App_Resources/Android`.
521521

522-
<h3> Uploading your SHA1 fingerprint is required for _debug_ and _release_ builds. </h3>
522+
> **Uploading your SHA1 fingerprint is required for _debug_ and _release_ builds.**
523523
524524
Then add the following lines to your code and check for setup instructions for your platform below.
525525

0 commit comments

Comments
 (0)