Hello, in this tutorial, I’ll show you how to add documents to Firestore using the FBP Firebase Plugin for Unreal Engine.
Hello, in this tutorial, I’ll show you how to add documents to Firestore using the FBP Firebase Plugin for Unreal Engine.
Creating the Document
To add a document using the FBP Plugin, you will need to create the document first. To create the document, start with the "Begin Write Document" node.
To create the document, start with the "Begin Write Document" node.
Then, you can add data to it by calling these available nodes:
Adding the document
If we want to use a specific id, just add another element and provide the id.
Add the Callbacks