Cloud Firestore only allows [1 write/sec](https://firebase.google.com/docs/firestore/quotas#writes_and_transactions) to a document. `MAINTAIN_COUNT` should support writes faster than that.
Cloud Firestore only allows 1 write/sec to a document.
MAINTAIN_COUNTshould support writes faster than that.