We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09e4d68 commit 5596d52Copy full SHA for 5596d52
packages-exp/auth-types-exp/index.d.ts
@@ -967,7 +967,7 @@ export interface MultiFactorUser {
967
*
968
* @example
969
* ```
970
- * const multiFactorUser = multiFactor(firebase.auth().currentUser);
+ * const multiFactorUser = multiFactor(auth.currentUser);
971
* // Present user the option to unenroll.
972
* await multiFactorUser.unenroll(multiFactorUser.enrolledFactors[i])
973
0 commit comments