user2290820
user2290820

Reputation: 2749

how many writes per day standard quota

  1. 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?

  2. 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

Answers (1)

Doug Stevenson
Doug Stevenson

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

Related Questions