Reputation: 53
I have a html file inside my Firebase storage(say hello.html).I have an html content
<div>Hello world</div>
I need to write this content to the above hello.html in the storage.How to do this using Firebase Cloud Functions??
Upvotes: 1
Views: 1055
Reputation: 4670
For you to be able to perform that, it will depend on the way that your file is uploaded on the Firebase and how you would like to edit them.
Considering that, I would recommend you to take a look at the below links, to verify the options that are available for you to edit.
Let me know if the information helped you!
Upvotes: 1