-
-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
this.firebaseAuthentication.verifyPhoneNumber(...).then is not a function #57
Comments
did you get any solutions? i have facing the problem. |
same problem here |
Same issue |
This error occurs to me when I'm debugging on browser. On Android device it's running OK |
@lordonnance This error occurs to me when I'm on debug and on release IOS |
I get the same but with createUserWithEmailAndPassword |
same problem... |
You will get this error in non-cordova environment such as browser (since this plugin does not have support for |
@Sagun085 read the warning message above the error. Seems like you did not install the plugin. |
Nice catch @uzbekjon $ ionic cordova plugin add cordova-plugin-firebase-authentication I could not build the app! it failed! tried multiple times! |
Same bug than @Sagun085 for me :( |
@Sagun085 same here. I get the error when I install the plugin, the error goes away when I remove the plugin. Did you get a work around? |
That is not a problem in itself of the plugin, but of its development logic.
I just made it work fine with no problem in Ionic 5. |
still having the same error |
@IngAjVillalon I'm working with ionic-capacitor and I'm not receiving phone verification sms after generating signed apk. Could you help me with it? |
Ok, I'll make a demo and repository so It can help you. |
@IngAjVillalon would love to see your demo!!... But I kinda solved the issue after scratching my head for 1 full day To anyone facing similar issue like mine..
How to check it? (Incase, you are a rookie like me😅)
Also remember that you will receive SMS only after uploading in Google Store.. in order to test your app provide your testing number in Authentication-->sign in methods-->phone authentication Glad to help.. incase I'm wrong.. kindly correct me! |
Hi All i did try using plugin but when i try call verifyPhoneNumber i have issues like above
signIn() {
this.firebaseAuthentication.verifyPhoneNumber("+123123", 30000).then((verificationId) => {
}
The text was updated successfully, but these errors were encountered: