Firebase console support easy way to configure remote configuration parameter.
In our app we have remote configuration different per user, and those configuration are s
Yes! As of March 2018 there is now a REST API available for you to add or update values in the Remote Config service.
You can use this to either create your own custom front-ends for managing your remote config values, import Remote Config values from elsewhere, or add support to have your Remote Config values change dynamically based on something that might be happening on your server (or even a cron job). Documentation is here.