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中是否有实时聊天演示?
答案 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
,因为您尝试访问错误网址的数据