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

Hw to delete one key in one document like in {key:FieldValue.delete()} in firebase? #54

Closed anandsubbu007 closed 3 years ago

cachapa commented 3 years ago

Just use DocumentReference.set() to update the document with a new one which doesn't contain the key.

Closing as this is not an issue.