React-native-firebase: Captcha on iOS phone auth signup

Created on 3 Jun 2018  路  3Comments  路  Source: invertase/react-native-firebase

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

Most helpful comment

For people who are still seeing the captcha after turning on Push Notifications, I also had to turn on the "Remote notifications" Background Mode鈥攜ou can do so in the Capabilities pane in Xcode.

All 3 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鈥攜ou can do so in the Capabilities pane in Xcode.

For people who are still seeing the captcha after turning on Push Notifications, I also had to turn on the "Remote notifications" Background Mode鈥攜ou 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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

callmejm picture callmejm  路  3Comments

Draccan picture Draccan  路  3Comments

ODelibalta picture ODelibalta  路  3Comments

dgruseck picture dgruseck  路  3Comments

csumrell picture csumrell  路  3Comments