-->
In Fuego, you can delete Firestore documents in two ways: manually selecting them or using a query to filter the documents to be deleted.
Delete
.Tools
and select Delete documents
.Filters
to specify deletion criteria.Also delete subcollections
if nested documents should be removed.Confirm
to execute the deletion.This approach allows for bulk deletion based on specific conditions, reducing manual effort when handling large datasets.
In addition to deleting individual documents, Fuego also allows the deletion of entire collections or subcollections:
Tools
and select Delete collection
.Be cautious when deleting collections, as this action is irreversible and will remove all documents and subcollections within them.
.