Skip to content

Commit

Permalink
Update SJFirebaseAuthPhone.java
Browse files Browse the repository at this point in the history
Signed-off-by: Kenechukwu Akubue <[email protected]>
  • Loading branch information
kengoon authored Apr 20, 2024
1 parent 9d6b98b commit 47977a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public static void resendVerificationCode(
PhoneAuthProvider.verifyPhoneNumber(options);
}

private PhoneAuthCredential verifyPhoneNumberWithCode(String verificationId, String code) {
public static PhoneAuthCredential verifyPhoneNumberWithCode(String verificationId, String code) {
return PhoneAuthProvider.getCredential(verificationId, code);
}
}

0 comments on commit 47977a4

Please sign in to comment.