Reputation: 1092
According to the documentation, firebase realtime database has 64MB/minute write limit. My questions is it database writes operate size limit that all online users can write 64 MB data to realtime database in one minute. And if user want to write more than 64 MB/minute data. Also, what if user write 64/MB data is 10 sec than other 50 sec data will be discord.
Upvotes: 1
Views: 953
Reputation: 317362
All limits are per database for all writes, not per user. Other writes beyond this limit will be blocked until the bandwidth allows.
Upvotes: 1