Delete a document
Last updated
Last updated
This action allows you to delete document from a Firestore collection, by running a firebase-admin instance on Bubble's backend.
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.
This action returns no values, as the delete operation on firebase-admin returns no information about the updated document.