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

后端 未结 3 460
不思量自难忘°
不思量自难忘° 2021-02-02 00:21

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

3条回答
  •  独厮守ぢ
    2021-02-02 01:23

    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.

提交回复
热议问题