Delete a list of documents
Last updated
Last updated
This action allows you to delete a list of documents from a Firestore collection, by providing their IDs, by running a firebase-admin instance on Bubble's backend.
The list of IDs of the documents you want to delete.
The name or ID of the collection the documents you want to delete are stored in.
This action returns no values, as the delete operation on firebase-admin returns no information about the updated document.