I’m developing a React Native app that uses Firebase for phone authentication. During the signup or login process, a reCAPTCHA WebView appears, asking users to verify they are not robots. This happens both in the simulator and on real devices.
Here is a screenshot of the WebView that appears:
For a better user experience, I want to avoid showing this WebView. I’ve read that it is possible to use an invisible reCAPTCHA verifier, but I’m not sure how to implement this in my React Native app.