我有一个iOS应用程序,我在其中使用Google的登录SDK& Google的Directions API。
突然间,几个小时后,我发生了大量的以下类型的崩溃:
Fatal Exception: FirebaseShutdown
Specified Firebase database has reached its Peak Connections limit. If you are the Firebase owner, consider upgrading.
我完全不知道这是从哪里来的 - 连接没有突然增加。我已经使用了Google控制台日志,我看到没有错误。我的代码中绝对没有直接调用Firebase,因此我不知道它来自何处。
原因是什么?我该如何快速预防?