Recaptcha Verifier is only supported in a browser HTTP/HTTPS

The Recaptcha works well in my project ( Framework7 +Vuejs ) authenticating users’ phone numbers on website.

But on Android version of same project, I am getting the above error. How can I solve this issue? Can I bypass Recaptcha verification and at the same time get token sent to users to verify their phones ?

I need some guidelines how to resolve this issue.

Thanks

After several weeks of trying to solve above issue, this is my conclusion:

For those that will want to authenticate users’ phone numbers on Android using SMS, you can do so without using Recaptcha. The latter is not easy to implement especially for beginners using Vuejs. Kindly use this plugin in your project.

Cordova plugin cordova-plugin-firebase-authentication

It solved my sleepless nights.

1 Like