Hello, in this tutorial, I’ll show you how to upload files to the Firebase Cloud Storage in Unreal Engine with the Firebase Blueprint Plugin.
Hello, in this tutorial, I’ll show you how to upload files to the Firebase Cloud Storage in Unreal Engine with the Firebase Blueprint Plugin.
Upload File
To upload a file, call the Upload File node.
The Storage Path pin, represents where to store the file in the Cloud Storage. Click and hold on it, then drag on an empty spot.
Callbacks
Full Connection
If I run the app, and click on the upload button, a message will show up, telling me that the file was uploaded.
When I go to the Cloud Storage in the Firebase console, and go into the images folder, there is another folder call uploadedImages. If I go inside, the file should be there.