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 includes utilities for requesting cloud messaging tokens and displaying notifications.
Add the package to your workspace:
yarn add @rxap/firebase
Install peer dependencies:
yarn add @angular/common @angular/core @angular/fire @rxap/config @rxap/rxjs @rxap/utilities firebase rxjs
Execute the init generator:
yarn nx g @rxap/firebase:init
Initialize the package in the workspace
nx g @rxap/firebase:init