由于未捕获的异常终止应用' FirebaseShutdown',原因:' Firebase错误

时间:2016-11-17 12:00:16

标签: ios swift firebase xmpp chat

Terminating app due to uncaught exception 'FirebaseShutdown', reason: 'Firebase error. Please ensure that you spelled the name of your Firebase correctly' in ios. 

任何人都可以帮我解决这个问题吗? 使用此演示实时消息: https://github.com/firebase/ios-swift-chat-example

iOS中是否有实时聊天演示?

1 个答案:

答案 0 :(得分:0)

您获得的错误实际上来自于使用Firebase initWithUrl:]调用[URL并且没有有效Firebase支持的错误。

抛出此异常,以便您作为开发人员知道您所连接的Firebase无效。

如果您放在右侧Firebase URL,则不应该收到此错误。

Could you explain the situation in which you might need to connect to a Firebase that may not be valid?

注意: - 您需要检查URL的基础Firebase,因为您尝试访问错误网址的数据