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

5 lines (4 loc) 272 B
import { HttpInterceptorFn } from '@angular/common/http'; import { InjectionToken } from '@angular/core'; export declare const IDENTITY_PLATFORM_HTTP_INTERCEPTOR_URL_PATTERN: InjectionToken<RegExp>; export declare const IdentityPlatformHttpInterceptor: HttpInterceptorFn;