veritatisdoloremque
Version:
Monorepo for the Firebase JavaScript SDK
16 lines (9 loc) • 611 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/remote-config-types](./remote-config-types.md) > [ValueSource](./remote-config-types.valuesource.md)
## ValueSource type
Indicates the source of a value.
<ul> <li>"static" indicates the value was defined by a static constant.</li> <li>"default" indicates the value was defined by default config.</li> <li>"remote" indicates the value was defined by fetched config.</li> </ul>
<b>Signature:</b>
```typescript
export type ValueSource = 'static' | 'default' | 'remote';
```