voluptasmollitia
Version:
Monorepo for the Firebase JavaScript SDK
16 lines (10 loc) • 486 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/remote-config](./remote-config.md) > [RemoteConfig](./remote-config.remoteconfig.md) > [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;
};
```