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??
Asked
Active
Viewed 795 times
1

Frank van Puffelen
- 565,676
- 79
- 828
- 807

mudu
- 53
- 1
- 5
-
There are some promising leads in here: https://stackoverflow.com/search?q=%5Bgoogle-cloud-functions%5D+write+file+to+storage – Frank van Puffelen Feb 03 '20 at 15:29
1 Answers
1
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.
- Using Firebase Cloud Functions to Update Hosted File
- Tutorial: How to upload files using Firebase
- Read value/content of a file from Firebase Storage
Let me know if the information helped you!

gso_gabriel
- 4,199
- 1
- 10
- 22