@google-cloud/firestore v0.16.0
Changed
- (#287) Added
FieldValue.arrayUnion()
andFieldValue.arrayRemove()
to atomically add and remove elements from an array field in a document. - (#270) Added
'array-contains'
query operator for use with.where()
to find documents where an array field contains a specific element.
Fixed
- (#293) Fixed an issue that prevented empty write batches from committing.