Hello I'm currently developing some example web applications with firebase. The admin sdk is very easy to use. I wanted to test Remote Config feature. Also im experimenting node.js as backend server.
So my questions are;
1) Is firebase providing more sane and easy to use API for node.js like firebase-admin library?
2/ Can we use remote-config on client side as web app like a js library?
Thanks