getValue
Returns the parameter value for the given key as a FirebaseRemoteConfigValue.
Evaluates the value of the parameter in the following order:
The activated value, if the last successful activate contained the key.
The default value, if the key was set with setDefaults.
A FirebaseRemoteConfigValue that returns the static value for each type.
Return
FirebaseRemoteConfigValue representing the value of the Firebase Remote Config parameter with the given key.
Parameters
key
A Firebase Remote Config parameter key.