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

Commit eea9b8f

Browse files
Merge pull request #901 from vratojr/master
Improved docs for google authentication
2 parents eb49b94 + 34480ef commit eea9b8f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/AUTHENTICATION.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ You can sign in a user either
55

66
* [anonymously](#anonymous-login),
77
* by [email and password](#email-password-login),
8-
* by [email link](#email-link),
8+
* by [email link](#email-link-login),
99
* by [phone verification](#phone-verification),
1010
* using a [custom token](#custom-login),
1111
* using [Facebook](#facebook-login),
@@ -263,15 +263,15 @@ Enable email-password login in your firebase instance, and flip the "E-mail link
263263
This login type allows your users to login without providing a password. They can simply click a link
264264
and get redirected to the app. The app may even run on a different device.
265265

266-
Enable dynamic links, as described in the [Dynamic Links readme]("./INVITES_DYNAMICLINKS.md"), because the user
266+
Enable dynamic links, as described in the [Dynamic Links readme](./INVITES_DYNAMICLINKS.md), because the user
267267
that receives the link will need to be redirected to your app.
268268

269269
#### iOS configuration
270270
- Specify the bundle id of your app in the Firebase console.
271271

272272
#### Android configuration
273273
- Specify the package name of your app in the Firebase console.
274-
- Upload the SHA-1 and SHA-256 of the (debug) signing certificates to the Firebase console, as described in the [Dynamic Links readme]("./INVITES_DYNAMICLINKS.md").
274+
- Upload the SHA-1 and SHA-256 of the (debug) signing certificates to the Firebase console, as described in the [Dynamic Links readme](./INVITES_DYNAMICLINKS.md).
275275
- Also add an `android:host` for the `emailLinkOptions.url` to your `app/App_Resources/Android/AndroidManifest.xml` file as described in that readme.
276276

277277
<details>
@@ -514,6 +514,8 @@ Upon successful authentication, Facebook creates an access token that can be obt
514514

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

517+
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`.
518+
517519
Then add the following lines to your code and check for setup instructions for your platform below.
518520

519521
```js

0 commit comments

Comments
 (0)