The following examples demonstrate how to delete documents, fields, and collections.
Read moreHow do you delete a field in firestore flutter?
Get the DocumentReference , invoke update with a map which has a key you want to delete and value FieldValue. delete() .1 Ağu 2018
Read more