Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/python-3.x/18.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Firebase登录反应本机>;0.60“;身份验证/网络请求失败”;仅调试IOS_Firebase_React Native_Debugging_Upgrade_General Network Error - Fatal编程技术网

Firebase登录反应本机>;0.60“;身份验证/网络请求失败”;仅调试IOS

Firebase登录反应本机>;0.60“;身份验证/网络请求失败”;仅调试IOS,firebase,react-native,debugging,upgrade,general-network-error,Firebase,React Native,Debugging,Upgrade,General Network Error,我最近将所有代码从react native 0.59转换为0.60.5,只需创建一个新的repo并将新文件复制和粘贴到中。当我尝试使用facebook或google登录时,我会遇到这个错误,但奇怪的是,它只启用了“调试”模式。我看不出一般性错误的背后有什么 code: "auth/network-request-failed" message: "A network error (such as timeout, interrupted connection or unreachable hos

我最近将所有代码从react native 0.59转换为0.60.5,只需创建一个新的repo并将新文件复制和粘贴到中。当我尝试使用facebook或google登录时,我会遇到这个错误,但奇怪的是,它只启用了“调试”模式。我看不出一般性错误的背后有什么

code: "auth/network-request-failed"
message: "A network error (such as timeout, interrupted connection or unreachable host) has occurred."

我需要使用调试模式进行开发,所以不使用调试不是一个选项。模拟器上是否有需要更改的设置。我已多次尝试重置设备。

您是否尝试在项目设置下的firebase cosole中添加最新的
SHA
调试键?@katwal Dipak我相信SHA仅用于android。我那里有最新的钥匙。我还下载了GoogleService-Info.plist,它也包含在我的构建中。