Reputation: 2749
How many batch writes or single writes in 24 hrs for a standard limits quota can firestore perform, after which it starts rejecting write requests?
How many reads in 24 hrs for a standard limits quota can firestore perform, after which it starts rejecting read requests?
Upvotes: 0
Views: 65
Reputation: 317467
There are no broad limits like this. As long as you're willing to pay for your reads and writes, you can effectively read and write as much as you want, given that you're within the other specific documented limits. There is a limit to the rate of writes to a single document that you should be aware of, but nothing applying to writes spread across the entire database.
If you're asking about the daily limits on the free payment plan, they are also documented on that page.
Upvotes: 1