I'm trying to build a settings screen in developer mode in which we can test toggling the different values for a remote config setting using Firebase. I have been able to get all the keys from Firebase's remoteConfig but can only manage to get the value applied for the current client. Anyone knows if it's possible to check for all possible values from Firebase?
Getting all possible values for a key in Firebase's Remote Config
2.4k views Asked by pesch At
1
Manage your configs with something like this:
And Getting All with this;