stuff = firebase.getFirestore().collection("stuff");
stuff.document(something.getThing()).set(something, SetOptions.merge());
I thought the local stuff reference would contain the existing documents in which case by calling set with the merge option would then merge to the local and not send to the cloud. I would think that downstream devices would not receive updates given the data has not changed.Also, on a smaller test I updated a singled document with the merge option set. I watched the document via the console and only the field where the value diffed flashed (the console flashes/blinks thefield on change).Thanks!Jason
--
You received this message because you are subscribed to the Google Groups "Firebase Google Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to firebase-tal...@googlegroups.com.
To post to this group, send email to fireba...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/164b18d6-228f-4847-a0c4-c50171595a70%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.