I'm a Android developer and have already worked with firebase, but as soon as I wanted to use it on a web app, I got confused, I wanted to use node.js since I know the main langage supported by firebase for web development is Javascript.
I got confused as I saw that some features on firebase (like firebase storage) wasn't supported on node.js, but was supported on what they called the "web", I think that confusion is coming from the fact that I'm not a web developper, but I'm not able to make the difference between brower js and node.js with firebase.
If I use browser js, is it okay to leak my firebase config? Or should I work with node.js and leave the config on the server-side?
You might see that I'm a bit lost with how I should use firebase to build a web app. I'd love to have some advice about all that.