简体   繁体   中英

Authentication of phone number is not working on IOS Devices [Firebase]

Authentication of phone number is not working. "I am not a robot" is not verifying therefore I am not receiving the code. The sign-in and sign-up are working on Android devices, but they are not working on IOS devices, they are only working on the ios simulator.

I am receiving the following message: NativeFirebaseError: [auth/internal-error] Unable to load external reCAPTCHA dependencies!

**Note: I already enabled the phone sign-in method and I already added URL Types.

It was the Firebase version that was causing the issue, I used the same version of Firebase Libraries. I used the following versions:

"@react-native-firebase/app": "^15.0.0", 
"@react-native-firebase/auth": "^15.0.0", 
"@react-native-firebase/messaging": "^15.0.0"

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM