You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 4, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: docs/AUTHENTICATION.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ You can sign in a user either
5
5
6
6
*[anonymously](#anonymous-login),
7
7
* by [email and password](#email-password-login),
8
-
* by [email link](#email-link),
8
+
* by [email link](#email-link-login),
9
9
* by [phone verification](#phone-verification),
10
10
* using a [custom token](#custom-login),
11
11
* using [Facebook](#facebook-login),
@@ -263,15 +263,15 @@ Enable email-password login in your firebase instance, and flip the "E-mail link
263
263
This login type allows your users to login without providing a password. They can simply click a link
264
264
and get redirected to the app. The app may even run on a different device.
265
265
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
267
267
that receives the link will need to be redirected to your app.
268
268
269
269
#### iOS configuration
270
270
- Specify the bundle id of your app in the Firebase console.
271
271
272
272
#### Android configuration
273
273
- 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).
275
275
- Also add an `android:host` for the `emailLinkOptions.url` to your `app/App_Resources/Android/AndroidManifest.xml` file as described in that readme.
276
276
277
277
<details>
@@ -514,6 +514,8 @@ Upon successful authentication, Facebook creates an access token that can be obt
514
514
515
515
First, enable Google Sign-In in your firebase instance and add the _Web SDK configuration_.
516
516
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
+
517
519
Then add the following lines to your code and check for setup instructions for your platform below.
0 commit comments