@angular/fire
Version:
Angular + Firebase = ❤️
11 lines (10 loc) • 721 B
TypeScript
export * from 'firebase/app';
import { deleteApp as _deleteApp, getApp as _getApp, getApps as _getApps, initializeApp as _initializeApp, initializeServerApp as _initializeServerApp, onLog as _onLog, registerVersion as _registerVersion, setLogLevel as _setLogLevel } from 'firebase/app';
export declare const deleteApp: typeof _deleteApp;
export declare const getApp: typeof _getApp;
export declare const getApps: typeof _getApps;
export declare const initializeApp: typeof _initializeApp;
export declare const initializeServerApp: typeof _initializeServerApp;
export declare const onLog: typeof _onLog;
export declare const registerVersion: typeof _registerVersion;
export declare const setLogLevel: typeof _setLogLevel;