cachapa / firedart

A dart-native implementation of the Firebase Auth and Firestore SDKs
https://pub.dev/packages/firedart
Apache License 2.0
174 stars 62 forks source link

Set document with merge option #71

Open Cyganieszka opened 3 years ago

Cyganieszka commented 3 years ago

Firedart lib is missing feature to set document with merge option. This operation is slightly different from update operation .

I bypassed it for now moving some operations to cloud functions, but it will be nice to do it directly from app.