@angular/fire
Version:
The official Angular library for Firebase.
7 lines (6 loc) • 442 B
TypeScript
import { getValue as _getValue, getString as _getString, getNumber as _getNumber, getBoolean as _getBoolean, getAll as _getAll } from 'rxfire/remote-config';
export declare const getValueChanges: typeof _getValue;
export declare const getStringChanges: typeof _getString;
export declare const getNumberChanges: typeof _getNumber;
export declare const getBooleanChanges: typeof _getBoolean;
export declare const getAllChanges: typeof _getAll;