-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Captcha on iOS phone auth signup #1171
Comments
Hi @joecaraccio, take a look at: https://firebase.google.com/docs/auth/ios/phone-auth#enable-app-verification reCAPTCHA is used automatically if silent push notifications aren't enabled or aren't possible on a particular device, e.g. a simulator. |
For people who are still seeing the captcha after turning on Push Notifications, I also had to turn on the "Remote notifications" Background Mode—you can do so in the Capabilities pane in Xcode. |
This should be added to the documentation as well. Most people get confused about why they are not receiving silent push notifications even after enabling APSs for their project. This is the second necessary step to receive Silent Push Notification. |
@kevboh @joecaraccio |
@Shilpa26v Did you ever find a solution? I'm having the same issue |
Hi Everyone,
I s there a solution to turning off the phone auth captcha that pops up when trying to sign on for iOS. I spent a long time looking, but can't find the way to turn off the captcha system
The text was updated successfully, but these errors were encountered: