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
Copy file name to clipboardExpand all lines: docs/auth/multi-factor-auth.md
+15-9Lines changed: 15 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,16 +5,24 @@ next: /firestore/usage
5
5
previous: /auth/oidc-auth
6
6
---
7
7
8
-
# iOS Setup
8
+
> Before a user can enroll a second factor they need to verify their email. See
9
+
> [`User`](/reference/auth/user#sendEmailVerification) interface is returned.
10
+
11
+
# TOTP MFA
12
+
13
+
The [official guide for Firebase web TOTP authentication](https://firebase.google.com/docs/auth/web/totp-mfa) explains the TOTP process well, including project prerequisites to enable the feature, as well as code examples.
14
+
15
+
The API details and usage examples may be combined with the full Phone auth example below to give you an MFA solution that fully supports TOTP or SMS MFA.
16
+
17
+
# Phone MFA
18
+
19
+
## iOS Setup
9
20
10
21
Make sure to follow [the official Identity Platform
0 commit comments