You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am a bit lost on how to get this to work. I followed the guide with the installation added:
The code below is placed inside a click function ... inside Cordova ready
cordova.plugins.firebase.auth.verifyPhoneNumber("mynumber").then(function(verificationId) {
// pass verificationId to signInWithVerificationId
alert("Got here") // it never got here
}).catch(function(err) {
console.error("phoner number verification failed", err);
});
It keeping saying firebase is not a function Not sure what I'm missing ...
The text was updated successfully, but these errors were encountered:
Hello,
I am a bit lost on how to get this to work. I followed the guide with the installation added:
The code below is placed inside a click function ... inside Cordova ready
It keeping saying firebase is not a function Not sure what I'm missing ...
The text was updated successfully, but these errors were encountered: