I'm looking for a better way to integrate firebase remote config into my Nodejs server.
Basically I have 2 questions,
firebase's Official js sdk documentation says remoteconfig does not support nodeJs, I was wondering what's the reason behind supporting web and not nodeJS?
nodejs-quickstart uses rest endpoint, if I use this technique for managing my server's config,would I have to Implement polling? or is there a better way?
PS : Env variables are not an option because these configs changed over the time.