How to delete a field in Firestore document with flutter
问题 I'm making a Flutter application. But, I cannot delete a field in the Firestore document. In another language I know to use FieldValue.delete() to delete a file in Firestorm document. In Dart, How do I delete? 回答1: Update Oct,2018: This is Now Possible: In Order to delete a particular field from a cloud firestore document - make sure you are using Plugin version 0.8.0 or Above. Now a E.g If you have an Document having Field 'Desc' with contain some Text. In Order to Delete it. Firestore