Is there an API to *change* Firebase Remote Config values?

谁都会走 提交于 2019-12-03 06:01:43

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!