Disabling ReCaptcha with Phone Aunthentication #6290
Replies: 3 comments 9 replies
-
I believe reCaptcha is automatically put in the flow by firebase-ios-sdk when the cannot be verified as coming from your app The verification is in the form of APNS sent to the app in the background. So, the app is probably not configured for APNS (or cannot receive them, like the Simulator). This is probably your root cause: https://firebase.google.com/docs/auth/ios/phone-auth#enable-app-verification |
Beta Was this translation helpful? Give feedback.
-
Any solution please |
Beta Was this translation helpful? Give feedback.
-
@ayush-goyal @Leotheluck |
Beta Was this translation helpful? Give feedback.
-
Hello everyone,
I have an application which features a phone number login with a code using Firebase Auth, however on iOS devices I am getting a Captcha window interrupting the user flow and that we cannot let in the application :/ I've been struggling for days to find any correct solution and the only thing working I've got to so far is disabling for testing, which I guess is not a correct solution to use.
This is how my Phone auth is currently done:
Any help or working tutorial on how to disable ReCaptcha for iOS Phone Auth with React Native would be VERY much appreciated 🙏
Sorry for disturbing and I wish you all a very good day,
Leo
Beta Was this translation helpful? Give feedback.
All reactions