delete a collection with document and collection again inside (firestore react native)
Read moreHow do you delete a file from firestore using where clause?
You can only delete a document once you have a DocumentReference to it. To get that you must first execute the query, then loop over the QuerySnapshot and finally delete each DocumentSnapshot based on its ref .8 Kas 2017
Read moreHow do you delete a document on firestore?
The following examples demonstrate how to delete documents, fields, and collections.
Read moreHow do you delete data on flutter?
Flutter – Deleting Data On The Internet
Read more