voluptasmollitia
Version:
Monorepo for the Firebase JavaScript SDK
16 lines (9 loc) • 601 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/remote-config](./remote-config.md) > [ValueSource](./remote-config.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 declare type ValueSource = 'static' | 'default' | 'remote';
```