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
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -461,6 +461,9 @@ Note that changing a password may fail if your login for this `email` was too lo
461
461
### Custom login
462
462
Use this login type to authenticate against firebase using a token generated by your own backend server. See these [instructions on how to generate the authentication token](https://firebase.google.com/docs/auth/server).
463
463
464
+
<details>
465
+
<summary>Native API</summary>
466
+
464
467
```js
465
468
var token ="myBackendToken";
466
469
@@ -478,6 +481,17 @@ Use this login type to authenticate against firebase using a token generated by
0 commit comments