0

We're about to develop a chat engine using Firebase that will be used in schools. This means that it will appear to Firebase that there are potentially up to 60 simultaneous connections from one IP address. I imagine that this might look like an attack or dodgy traffic.

Does anyone know if that is likely to cause a problem? Is Firebase likely to block such IP addresses?

4

1 回答 1

1

有谁知道这是否可能会导致问题?

它不会造成任何问题。

Firebase 是否可能会阻止此类 IP 地址?

他们为什么要阻止它?

是不是因为:

这意味着在 Firebase 看来,可能有多达 60 个来自 IP 地址的同时连接

你期待什么?如果来自不同 IP 地址的不同机器的 60 人向 Firebase 发出请求,我希望 Firebase 将它们视为单独的连接,这并没有错。

查看 firebase 定价,了解更多关于您现在使用的“Spark Free”订阅可以同时连接多少以及何时可能需要升级的详细信息。

于 2016-09-28T16:18:27.947 回答