Home > @firebase/remote-config > ValueSource
ValueSource type
Indicates the source of a value.
- "static" indicates the value was defined by a static constant.
- "default" indicates the value was defined by default config.
- "remote" indicates the value was defined by fetched config.
Signature:
export declare type ValueSource = 'static' | 'default' | 'remote';