如何将Firebase重新连接到移动UI?

时间:2019-04-09 11:14:57

标签: firebase flutter

由于出现错误,我无法连接到Firebase。

我试图从Firebase控制台中删除iOS应用并重做步骤,但这没有用。我删除了一些可能对Firebase产生影响的代码,但是这些代码不起作用。

错误:

Zuhairs-MacBook-Pro:open311_s zuhairhallak$ flutter run
Launching lib/main.dart on iPhone in debug mode...
Automatically signing iOS for device deployment using specified development team
in Xcode project: M6E2BGCTT7
Running pod install...                                              6.9s
Running Xcode build...                                                  

 ├─Assembling Flutter resources...                           2.8s
 └─Compiling, linking and signing...                         5.3s
Xcode build done.                                           12.5s
5.19.0 - [Firebase/Analytics][I-ACS023007] Analytics v.50800000 started 
5.19.0 - [Firebase/Analytics][I-ACS023008] To enable debug logging set the following application argument: -FIRAnalyticsDebugEnabled 
Installing and launching...                                        15.2s
Error connecting to the service protocol: HttpException: , uri = http://127.0.0.1:1042/ws

我应该能够连接到Firebase而不会出现错误。

2 个答案:

答案 0 :(得分:1)

日志底部显示的错误与Firebase无关。
15.2s Error connecting to the service protocol: HttpException: , uri = http://127.0.0.1:1042/ws
Mac和iPhone之间最有可能是调试器连接问题。 GitHub上有几个问题已经解决了。

您可以在此处找到有关如何解决该问题的更多说明:
https://github.com/flutter/flutter/issues/25112

您的Firebase问题似乎在其他地方。您可以粘贴相关代码吗?

答案 1 :(得分:0)

this is an issue提交了同样的问题。 如果以下解决方案不适合您,我建议您看票。

可能的解决方案:

禁用与iPhone的同步。 enter image description here

在IOS应用的Firebase文件上进行恢复:GoogleService-Info.plist 然后打开Xcode并将文件拖到应用程序目录。 警告:您必须通过Xcode,否则它将无法正常工作。 enter image description here