Firestore set()
with {merge: true}
does not merge empty objects
#365
Labels
set()
with {merge: true}
does not merge empty objects
#365
Steps to reproduce:
Behaviour is exactly the same as described in firebase/firebase-js-sdk#1168, tested using transactions.
To reproduce, set any document to
{ data: { "i-am": "important" } }
and run the code below in a transaction.data
will be set to an empty object. Didn't test it with simple set.Relevant Code:
The text was updated successfully, but these errors were encountered: