isEqual type error when updating a nested object with converter #1793
Labels
api: firestore
Issues related to the googleapis/nodejs-firestore API.
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Environment details
@google-cloud/firestore
version: ^6.4.1Steps to reproduce
Adding a nested object works correctly, however updating it will cause a type error.
The following type error occurs on the update method.
The
UpdateData
type seems to be having trouble working correctly with objects andFieldValue
.The text was updated successfully, but these errors were encountered: