简体   繁体   English

电话号码身份验证不适用于 IOS 设备 [Firebase]

[英]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.登录和注册适用于 Android 设备,但它们不适用于 IOS 设备,它们仅适用于 ios 模拟器。

I am receiving the following message: NativeFirebaseError: [auth/internal-error] Unable to load external reCAPTCHA dependencies!我收到以下消息: 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. **注意:我已经开启了手机登录方式,我已经添加了 URL 类型。

It was the Firebase version that was causing the issue, I used the same version of Firebase Libraries.导致问题的是 Firebase 版本,我使用了相同版本的 Firebase 库。 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"

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Firebase 手机认证在 Android 真实设备上不起作用 - Firebase phone authentication is not working on Android real device 如何使用 flutter 检查电话号码是否已在 firebase 身份验证中注册 - How to check if phone number is already registered in firebase authentication using flutter 具有真实电话号码的 Firebase PhoneAuth 无法使用,但白名单号码可以使用 - Android - Firebase PhoneAuth with Real phone Number Is Not Working But Whitelisted Number is Working - Android firebase 电话号码认证 - firebase auth with phone number 将 Firebase 电话身份验证与协程一起使用 - Use Firebase Phone Authentication with Coroutines Expo react-native app with firebase phone authentication works on web, error on ios simulator and crashes with no warning on Android - Expo react-native app with firebase phone authentication works on web, error on ios simulator and crashes with no warning on Android 删除后,我可以在 firebase 中通过电话号码重新创建用户身份验证吗? - Can I re create user authentication by phone number in firebase after being deleted? 从 Play 商店安装应用程序时,flutter firebase 手机身份验证不起作用 - flutter firebase phone authentication not working when the app is installed from play store 如何在 Firebase 中使用电子邮件和电话进行身份验证? - How to use email and phone to authentication in Firebase? 如何使用 Firebase 停止正在进行的电话身份验证请求 - How to stop an ongoing phone authentication request with Firebase
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM