Firebase Remote Config: what is the definition of an “app instance” regarding percentile conditions?

烈酒焚心 提交于 2019-12-06 12:35:43

And for development and testing purposes can the precentile condition be reset?

In the dialog where you can edit the condition for Remote Config parameters you can specify a key that is used to randomize the user percentile. This key defaults to "DEF". Changing this key to any other string will give you a different mapping from users to user percentile each time which is helpful for testing.

From the docs:

Each app instance is persistently mapped to a random whole or fractional number, according to a key defined in that project. A rule will use the default key (shown as DEF in Firebase console) unless you select or create another key. You can return a rule to using the default key by clearing the Randomize users using this key field. You can use a single key across rules to consistently address the same app instances within given percentage ranges.

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