How can i call html code from fire base
When i try to call only some portion has came how can i fix that . Please help me out
I think you can use firebase storage to store the html code
how can i can you please explain
Anyone please help
- You can store html code “as a file”, e.g. myfile.html, in firebase storage
- To store html code in the realtime database you will need to “escape” some of the characters e.g.
/
in order for you to return all the content.
1 Like