带命名空间的 Firebase 远程配置

Firebase Remote Config with Namespace

Firebase API for RemoteConfig 有几种按命名空间分配配置值的方法,例如 (setDefaults(R.xml.rc_defaults, "Namespace"))。在 Android 上按命名空间分隔配置值方面我已经做到了这一点,但是如何在 Firebase 控制台上按命名空间设置这些值以进行远程更新?

我遇到了和你一样的问题。 所以,我问了 google Firebase 团队。

这是回复邮件。


Hi there, Sorry for the late reply. Currently we don't have any custom namespace feature available. However, we are aware of the use case and we are actively working on it but I can't share any timelines at the moment.

Keep an eye out on our release notes for any further updates.

Let me know if you have any other questions.

Thanks


希望这个回答对你有点帮助:)

命名空间旨在引入未来的 Google 服务,这些服务利用远程配置来提供功能。它们不适用于设置用户分配的值。

我在 Firebase 远程配置团队工作。

正如 Safa 所提到的,命名空间仅供内部使用而设计,并非用于设置用户分配的值。我们已经开始弃用 SDK 中命名空间的使用。因此我会要求不要在生产代码中使用它们。

我们正在努力通过另一种机制引入命名空间。准备就绪后将更新此线程。

谢谢!