<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@firebase/remote-config](./remote-config.md) &gt; [getAll](./remote-config.getall.md)

## getAll() function

Gets all config.

<b>Signature:</b>

```typescript
export declare function getAll(remoteConfig: RemoteConfig): Record<string, Value>;
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  remoteConfig | [RemoteConfig](./remote-config.remoteconfig.md) | The <code>RemoteConfig</code> instance. |

<b>Returns:</b>

Record&lt;string, [Value](./remote-config.value.md)<!-- -->&gt;

All config.

