Delete a document

This action allows you to delete document from a Firestore collection, by running a firebase-admin instance on Bubble's backend.


Inputs and Settings

Document ID

The ID of the document you want to delete.

Collection

The name or ID of the collection the document you want to delete is 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