UNPKG

veritatisdoloremque

Version:
28 lines (16 loc) 735 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@firebase/remote-config](./remote-config.md) &gt; [getValue](./remote-config.getvalue.md) ## getValue() function Gets the [Value](./remote-config-types.value.md) for the given key. <b>Signature:</b> ```typescript export declare function getValue(remoteConfig: RemoteConfig, key: string): Value; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | remoteConfig | [RemoteConfig](./remote-config.remoteconfig.md) | the remote config instance | | key | string | the name of the parameter | <b>Returns:</b> [Value](./remote-config.value.md) the value for the given key