We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d6b98b commit 47977a4Copy full SHA for 47977a4
1 file changed
sjfirebase/src/main/java/com/simplejnius/sjfirebase/SJFirebaseAuthPhone.java
@@ -53,7 +53,7 @@ public static void resendVerificationCode(
53
PhoneAuthProvider.verifyPhoneNumber(options);
54
}
55
56
- private PhoneAuthCredential verifyPhoneNumberWithCode(String verificationId, String code) {
+ public static PhoneAuthCredential verifyPhoneNumberWithCode(String verificationId, String code) {
57
return PhoneAuthProvider.getCredential(verificationId, code);
58
59
0 commit comments