Home > @firebase/remote-config > getValue
getValue() function
Gets the Value for the given key.
Signature:
export declare function getValue(remoteConfig: RemoteConfig, key: string): Value;
Parameters
Parameter | Type | Description |
---|---|---|
remoteConfig | RemoteConfig | The RemoteConfig instance. |
key | string | The name of the parameter. |
Returns:
The value for the given key.