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 0f1fa93 commit 094cb9dCopy full SHA for 094cb9d
packages-exp/auth-types-exp/index.d.ts
@@ -684,7 +684,7 @@ export abstract class EmailAuthProvider implements AuthProvider {
684
* const verificationId = await provider.verifyPhoneNumber('+16505550101', applicationVerifier);
685
* const verificationCode = window.prompt('Please enter the verification code that was sent to your mobile device.');
686
* const phoneCredential = await PhoneAuthProvider.credential(verificationId, verificationCode);
687
- * const userCredential = await signInWithCredential(phoneCredential);
+ * const userCredential = await signInWithCredential(auth, phoneCredential);
688
* ```
689
*
690
* @public
0 commit comments