@AbuIonic wrote:
I am new bee to IONIC and I am rolling into the issue where I can’t disable the re-captcha verifcation before sending OTP code.
I have done Phone Auth referring below link.
https://javebratt.com/firebase-phone-authentication/This works fine for desktop version. But in mobile(tried in android), I can’t receive the OTP code after re-captcha verifier. And also, this re-captcha is pretty difficult for elder people.
I also watched out the below link,
- How I do Remove reCAPTCHA box Firebase Phone Auth
- https://stackoverflow.com/questions/46878179/how-to-use-firebase-invisible-recaptcha-for-angular-web-app
I have also set below option ( ‘size’: ‘invisible’) from the above links but not yet fixed,
window.recaptchaVerifier = new firebase.auth.RecaptchaVerifier(‘sign-in-button’, {
’size’: ‘invisible’,
‘callback’: function(response) {
// reCAPTCHA solved, allow signInWithPhoneNumber.
onSignInSubmit();
}
});So, I couldn’t know how to achieve this. So, please guide me step by step manner.
Thanks in advance
Posts: 1
Participants: 1
