Open
Description
please tell me how can I get the verificationId, after onCodeSent
method called from firebase, to pass it to the method
Firebase.auth.signInWithCredential(authCredential = PhoneAuthProvider().credential("??", "smsCode"))
if automatic authorization did not work for some reason?
On the first screen of authorization I call PhoneAuthProvider().verifyPhoneNumber(phone, phoneVerificationProvider)
.
If automatic authorization did not work I need to pass verificationId and smsCode manually to the signInWithCredential, but I cannot find how can I get verificationId
Metadata
Metadata
Assignees
Labels
No labels