trying
override fun onVerificationCompleted(phoneAuthCredential: PhoneAuthCredential) {
val code = phoneAuthCredential.smsCode
if(code != null){
// set pin here automatically to pinView Box
pinView.pinResults = code =======================> error goes here :(
verifyCode(code)
}
}
pls help 😞
trying
override fun onVerificationCompleted(phoneAuthCredential: PhoneAuthCredential) {
val code = phoneAuthCredential.smsCode
if(code != null){
// set pin here automatically to pinView Box
pinView.pinResults = code=======================> error goes here :(verifyCode(code)
}
}
pls help 😞