Delete a list of documents
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.
Inputs and Settings

Documents IDs (list)
The list of IDs of the documents you want to delete.
Collection
The name or ID of the collection the documents you want to delete are stored in.
Returned Values
This action returns no values, as the delete operation on firebase-admin returns no information about the updated document.
Last updated