Hello, in this tutorial, I'll show you how to use the "Delete Document" node in the FBP Firebase Plugin for Unreal Engine to delete a document in Firestore.
The "Delete Document" node has 3 pins:
Inside the String array, enter the path to the document you want to delete.
Every even element represents a collection, and every odd element represents a document.
Callbacks
The On Document Deleted callback gets called when the document is deleted, and the On Fail to Delete Document callback gets called when it fails to delete the document.