<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@firebase/remote-config](./remote-config.md) &gt; [RemoteConfig](./remote-config.remoteconfig.md) &gt; [defaultConfig](./remote-config.remoteconfig.defaultconfig.md)

## RemoteConfig.defaultConfig property

Object containing default values for conigs.

<b>Signature:</b>

```typescript
defaultConfig: {
        [key: string]: string | number | boolean;
    };
```
