googleapis / googleapis/google-cloud-node
Not taking care of "Maximum number of field transformations" in BulkWriter
Open
api: firestore
library: nodejs-firestore
priority: p2
type: bug
- Dominant language
- TypeScript
- Stars
- 3.2k
- Forks
- 712
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 99
Description
Hi there
According to the doc
https://firebase.google.com/docs/firestore/quotas#writes_and_transactions
> Maximum number of field transformations that can be performed on a single document in a Commit operation or in a transaction : 500
I couldn't find any code handling this limit in the `BulkWriter`.
Is this a bug or intended?
Contributor guide
Assessment
This issue has not been assessed yet.