Hello,
I’m implementing Firebase’s phone authentication. It works fine on an Android device, but on an iPhone, the verifyPhoneNumber() function returns credentials but no verification ID. Thus,
window.FirebasePlugin.verifyPhoneNumber(tell, 60, function (credential) {
console.log(credential.verificationId);
})
returns blank/undefined. Like I said, on Android, it does return the ID.
Any idea why? I need the verificationId to proceed. Please help me out!