Firebase 同时实时连接到我的数据库

标签 firebase firebase-realtime-database

我在 Firebase 中有免费飞机 - 我有 100 个并发实时连接。 但我不明白一件事: 现在,没有人连接到我的应用程序,并且在 Firebase 中 - 据记载我有 3 个连接。那是什么意思? 我一般有 100 个连接,还是最多 100 个同时实时连接?

我希望有人向我解释它是如何工作的。

谢谢

最佳答案

FAQ有一个项目解释了连接是什么:

A simultaneous connection is equivalent to one mobile device, browser tab, or server app connected to the database. Firebase imposes hard limits on the number of simultaneous connections to your app's database. These limits are in place to protect both Firebase and our users from abuse.

The Spark plan limit is 100 and cannot be raised. The Flame and Blaze plans have a limit of 200,000 simultaneous connections per database.

This limit isn't the same as the total number of users of your app, because your users don't all connect at once. If you need more than 200,000 simultaneous connections, please read Scale with Multiple Databases.

关于Firebase 同时实时连接到我的数据库,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42597039/

相关文章:

ios - 即使应用程序更新后,持久数据仍然导致应用程序崩溃

android - 如何在 'debug' Firebase 数据库上运行调试应用程序版本

Firebase startAt 字符串仅采用第一个字符

php - Google Firebase 通知在控制台上工作但不在 API 上工作

Android Facebook 使用新的 Firebase 登录 : App gets redirected to the login screen even after allowing permission

javascript - React.js 从特定行检索数据

html - 将本地存储用于 HTML Angular 2 项目的安全性

android - Firebase 返回 null 但数据存在

ios - dyld:库未加载Xcode11

swift - 将数据添加到 firebase 中的特定 UID