dart_firebase_admin
dart_firebase_admin copied to clipboard
SetOptions in Firestore
trafficstars
The set method of a document reference doesn't support SetOptions (primarily merge) like it does on client sdks and node admin sdk. Adding support for this would be very beneficial since this is quite often used.
I am also waiting for this feature.
update method works as well for many use cases. but actual merge is still necessary for some situations.
I am also waiting for this. Would be great if this could be implemented :)
+1