Hello, in this tutorial, I’ll show you how to delete files in the Firebase Cloud Storage in Unreal Engine using the Firebase Blueprint Plugin.
Hello, in this tutorial, I’ll show you how to delete files in the Firebase Cloud Storage in Unreal Engine using the Firebase Blueprint Plugin.
Delete File
To begin, make sure you have some files in the Cloud Storage to delete.
In the blueprint, call the Delete File node.
Then use the Storage Path pin to reference the file in the Cloud Storage.
So I’ll put images for the first element, and then image.png as the last element.
Callbacks
Now just add the callbacks.
Full connection
Now, when I run the app, and click on the delete button, there’ll be a message telling me that the file was deleted.
When I go to the Cloud Storage in the Firebase console, the image is no longer there when I refresh the page.