Skip to content

Commit 094cb9d

Browse files
avolkovisam-gc
andauthored
Update packages-exp/auth-types-exp/index.d.ts
Co-authored-by: Sam Horlbeck Olsen <[email protected]>
1 parent 0f1fa93 commit 094cb9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages-exp/auth-types-exp/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,7 @@ export abstract class EmailAuthProvider implements AuthProvider {
684684
* const verificationId = await provider.verifyPhoneNumber('+16505550101', applicationVerifier);
685685
* const verificationCode = window.prompt('Please enter the verification code that was sent to your mobile device.');
686686
* const phoneCredential = await PhoneAuthProvider.credential(verificationId, verificationCode);
687-
* const userCredential = await signInWithCredential(phoneCredential);
687+
* const userCredential = await signInWithCredential(auth, phoneCredential);
688688
* ```
689689
*
690690
* @public

0 commit comments

Comments
 (0)