How to force captcha to show for testing while verifying phone number? #5339
-
Hi 👋 I've found lots of info about disabling captcha for testing (like using Is there a way to do it? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
I believe the easiest way is to disable background app refresh or test on an emulator or simulator? Those do reCAPTCHA 100% of the time. There is an API that we haven't wrapped yet that would expose it, if you wanna do a PR 😄 🙏 ? |
Beta Was this translation helpful? Give feedback.
I believe the easiest way is to disable background app refresh or test on an emulator or simulator? Those do reCAPTCHA 100% of the time.
There is an API that we haven't wrapped yet that would expose it, if you wanna do a PR 😄 🙏 ?
https://firebase.google.com/docs/reference/android/com/google/firebase/auth/FirebaseAuthSettings#forceRecaptchaFlowForTesting(boolean)