voluptasmollitia
Version:
Monorepo for the Firebase JavaScript SDK
28 lines (16 loc) • 744 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/remote-config](./remote-config.md) > [getValue](./remote-config.getvalue.md)
## getValue() function
Gets the [Value](./remote-config.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 <code>RemoteConfig</code> instance. |
| key | string | The name of the parameter. |
<b>Returns:</b>
[Value](./remote-config.value.md)
The value for the given key.