问题
Firebase console support easy way to configure remote configuration parameter.
In our app we have remote configuration different per user, and those configuration are set on our own web portal.
Is there any API by which I can push configs from my own portal to Firebase remote config server and then use remote config lib on android app to get new configurations?
回答1:
This feature is available in Firebase Remote Config REST API
回答2:
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.
回答3:
Check the official Google API link.
来源:https://stackoverflow.com/questions/37374232/is-there-an-api-to-change-firebase-remote-config-values