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:
Example :yarn add @rxap/firebaseInstall peer dependencies:
Example :yarn add @angular/common @angular/core @angular/fire @rxap/config @rxap/rxjs @rxap/utilities firebase rxjs Execute the init generator:
Example :yarn nx g @rxap/firebase:initExample :Initialize the package in the workspace
nx g @rxap/firebase:init