firebase database limit
Realtime Database Limits
Global
Operation | Limit | Description |
---|---|---|
Simultaneous connections | 100,000 | A simultaneous connection is equivalent to one mobile device, browser tab, or server app connected to the database. |
Simultaneous responses sent from a single database. | ~100,000/second | Responses include simultaneous broadcast and read operations sent by the server from a single database at a given time. The limit refers to the data packets that represent each individual read or broadcast operation, including push notifications, sent from the database. |
Number of Cloud Functions triggered by a single write | 1000 | While there isn't a limit to how many read or write operations you can trigger from a single function, a single database write operation can only trigger 1000 functions, per individual write operation. |
Size of a single event triggered by a write | 1 MB | The size of an event consists of the following values:
|
Data transfer to Cloud Functions | 10MB/sec sustained | The rate of event data that can be forwarded to Cloud Functions. |
相关文章