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

7 lines (6 loc) 442 B
import { InjectionToken } from '@angular/core'; export declare const RXAP_REQUEST_CLOUD_MESSAGING_TOKEN: InjectionToken<unknown>; export declare const APP_CHECK_ENABLED: InjectionToken<unknown>; export declare const APP_CHECK_SITE_KEY: InjectionToken<unknown>; export declare const APP_CHECK_IS_TOKEN_AUTO_REFRESH_ENABLED: InjectionToken<unknown>; export declare const FIREBASE_APP_CHECK_HTTP_INTERCEPTOR_URL_PATTERN: InjectionToken<RegExp>;