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
+13-9Lines changed: 13 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,16 +5,22 @@ 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 [https://firebase.google.com/docs/auth/web/totp-mfa](official guide for the Firebase web TOTP authentication) explains the process well, including project prerequisites to enable the feature, as well as code examples.
14
+
15
+
# Phone MFA
16
+
17
+
## iOS Setup
9
18
10
19
Make sure to follow [the official Identity Platform
0 commit comments