UNPKG

@rxap/firebase

Version:

This package provides Angular modules and services to integrate with Firebase, including App Check, Messaging, and Storage. It offers providers for configuring Firebase options and emulators, as well as an HTTP interceptor for App Check. The package also

12 lines (11 loc) 674 B
import { InjectionToken } from '@angular/core'; import { AngularFireStorage } from '@angular/fire/compat/storage'; import * as i0 from "@angular/core"; export declare const USE_STORAGE_EMULATOR: InjectionToken<[string, number]>; export declare class RxapAngularFireStorageModule { private readonly storage; constructor(storage: AngularFireStorage, useEmulator: [string, number] | null); static ɵfac: i0.ɵɵFactoryDeclaration<RxapAngularFireStorageModule, [null, { optional: true; }]>; static ɵmod: i0.ɵɵNgModuleDeclaration<RxapAngularFireStorageModule, never, never, never>; static ɵinj: i0.ɵɵInjectorDeclaration<RxapAngularFireStorageModule>; }