@angular/fire
Version:
The official Angular library for Firebase.
7 lines (6 loc) • 509 B
TypeScript
export * from 'firebase/functions';
import { connectFunctionsEmulator as _connectFunctionsEmulator, getFunctions as _getFunctions, httpsCallable as _httpsCallable, httpsCallableFromURL as _httpsCallableFromURL } from 'firebase/functions';
export declare const connectFunctionsEmulator: typeof _connectFunctionsEmulator;
export declare const getFunctions: typeof _getFunctions;
export declare const httpsCallable: typeof _httpsCallable;
export declare const httpsCallableFromURL: typeof _httpsCallableFromURL;