dart_firebase_admin icon indicating copy to clipboard operation
dart_firebase_admin copied to clipboard

SetOptions in Firestore

Open BirjuVachhani opened this issue 1 year ago • 4 comments
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.

BirjuVachhani avatar Nov 18 '24 10:11 BirjuVachhani

I am also waiting for this feature.

Turburlar avatar Apr 20 '25 18:04 Turburlar

update method works as well for many use cases. but actual merge is still necessary for some situations.

vetemaa avatar May 08 '25 18:05 vetemaa

I am also waiting for this. Would be great if this could be implemented :)

ConschiB avatar May 14 '25 12:05 ConschiB

+1

markbreuss avatar Nov 14 '25 14:11 markbreuss