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 094cb9d commit 09e4d68Copy full SHA for 09e4d68
packages-exp/auth-types-exp/index.d.ts
@@ -933,7 +933,7 @@ export interface MultiFactorUser {
933
*
934
* @example
935
* ```
936
- * const multiFactorUser = multiFactor(firebase.auth().currentUser);
+ * const multiFactorUser = multiFactor(auth.currentUser);
937
* const multiFactorSession = await multiFactorUser.getSession();
938
* // Send verification code
939
* const phoneAuthProvider = new PhoneAuthProvider();
0 commit comments