UNPKG

@angular/fire

Version:
16 lines (15 loc) 1.19 kB
export * from 'firebase/remote-config'; import { 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, isSupported as _isSupported, setCustomSignals as _setCustomSignals, setLogLevel as _setLogLevel } from 'firebase/remote-config'; export declare const activate: typeof _activate; export declare const ensureInitialized: typeof _ensureInitialized; export declare const fetchAndActivate: typeof _fetchAndActivate; export declare const fetchConfig: typeof _fetchConfig; export declare const getAll: typeof _getAll; export declare const getBoolean: typeof _getBoolean; export declare const getNumber: typeof _getNumber; export declare const getRemoteConfig: typeof _getRemoteConfig; export declare const getString: typeof _getString; export declare const getValue: typeof _getValue; export declare const isSupported: typeof _isSupported; export declare const setCustomSignals: typeof _setCustomSignals; export declare const setLogLevel: typeof _setLogLevel;