voluptasmollitia
Version:
Monorepo for the Firebase JavaScript SDK
27 lines (15 loc) • 659 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/remote-config](./remote-config.md) > [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<string, [Value](./remote-config.value.md)<!-- -->>
All config.