Skip to content

Commit 47977a4

Browse files
authored
Update SJFirebaseAuthPhone.java
Signed-off-by: Kenechukwu Akubue <kengoon19@gmail.com>
1 parent 9d6b98b commit 47977a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sjfirebase/src/main/java/com/simplejnius/sjfirebase/SJFirebaseAuthPhone.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public static void resendVerificationCode(
5353
PhoneAuthProvider.verifyPhoneNumber(options);
5454
}
5555

56-
private PhoneAuthCredential verifyPhoneNumberWithCode(String verificationId, String code) {
56+
public static PhoneAuthCredential verifyPhoneNumberWithCode(String verificationId, String code) {
5757
return PhoneAuthProvider.getCredential(verificationId, code);
5858
}
5959
}

0 commit comments

Comments
 (0)