So, in the restrictions section ( https://firebase.google.com/docs/firestore/quotas ) of the new Firestore product from Firebase it says:
Maximum write speed to a collection that contains documents sequential values in an indexed field: 500 per second
We are rather confused as to what this entails.
If we have, say, a root-level set called users
with 10 million entries in it, will this figure affect this collection in this way, so only 500 users can update their data in any second?
Can anyone clarify?
source
share