Firebase Remote Config with namespace

There are several ways in the Firebase API for RemoteConfig to assign configuration values ​​by namespace, for example ( setDefaults(R.xml.rc_defaults, "Namespace") ). I have this to work in terms of separating configuration values ​​in the namespace on Android, but how do I set these values ​​in the namespace in the Firebase Console for remote updating?

Where is the namespace assigned?

+7
android namespaces firebase firebase-remote-config
source share
2 answers

I had the same problem with you. So, I asked the Google Firebase team.

Here is the reply letter.


Hi, Sorry for the delay in responding. We do not currently have any custom namespace function. Nevertheless, we know about the precedent, and we are actively working on it, but at the moment I can not use any time frame.

Stay tuned for release comments for any further updates.

Let me know if you have any other questions.

thanks


I hope this answer does not help you :)

+6
source share

Namespaces are designed to introduce future Google services that use Remote Config to provide functionality. They are not intended to set user-assigned values.

0
source share

All Articles