Skip to content

Commit

Permalink
docs(authentication): fix invalid parameter in credential function (#448
Browse files Browse the repository at this point in the history
)
  • Loading branch information
chrisk8er authored Oct 6, 2023
1 parent 5a42c3f commit dcff934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/authentication/docs/firebase-js-sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ const signInWithPhoneNumber = async () => {
);
// 3. Sign in on the web layer using the verification ID and verification code.
const credential = PhoneAuthProvider.credential(
verificationId: event.verificationId,
event.verificationId,
verificationCode,
);
const auth = getAuth();
Expand Down

0 comments on commit dcff934

Please sign in to comment.