UNPKG

1.04 kBTypeScriptView Raw
1export * from 'firebase/remote-config';
2import { activate as _activate, ensureInitialized as _ensureInitialized, fetchAndActivate as _fetchAndActivate, fetchConfig as _fetchConfig, getAll as _getAll, getBoolean as _getBoolean, getNumber as _getNumber, getRemoteConfig as _getRemoteConfig, getString as _getString, getValue as _getValue, setLogLevel as _setLogLevel } from 'firebase/remote-config';
3export { isSupported } from './overrides';
4export declare const activate: typeof _activate;
5export declare const ensureInitialized: typeof _ensureInitialized;
6export declare const fetchAndActivate: typeof _fetchAndActivate;
7export declare const fetchConfig: typeof _fetchConfig;
8export declare const getAll: typeof _getAll;
9export declare const getBoolean: typeof _getBoolean;
10export declare const getNumber: typeof _getNumber;
11export declare const getRemoteConfig: typeof _getRemoteConfig;
12export declare const getString: typeof _getString;
13export declare const getValue: typeof _getValue;
14export declare const setLogLevel: typeof _setLogLevel;