Delete a document
Last updated
Last updated
This action allows you to delete document from a Firestore collection.
The ID of the document you want to delete.
The name or ID of the collection the document you want to delete is 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.
Document Deleted (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.