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.
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.
If left blank, all listeners on the page with blank ID's will be triggered at the same time, so we suggest to always define a Trigger ID.
List Operation Finished (if the action was successful)
Error in Action (if an error occurs)
If an error occurs, you can check its details on this state on the action listener.
This will link the action with a of the same ID.
When the function finishes running, it will trigger the event.
Those events are triggered by an with the same ID as the provided on the action.