“how to delete a collection in firebase flutter” Code Answer’s
Read moreHow do I remove items from Firebase?
The following examples demonstrate how to delete documents, fields, and collections.
Read moreHow do I remove items from firestore?
In Firebase Firestore, for deleting a document, the delete() method is used:
Read moreHow do I delete a collection in firebase?
To delete an entire collection or subcollection in Cloud Firestore, retrieve all the documents within the collection or subcollection and delete them . If you have larger collections, you may want to delete the documents in smaller batches to avoid out-of-memory errors.11 Kas 2021
Read more