This package provides Firebase integration for NestJS applications. It includes modules, guards, and decorators for Firebase Authentication and App Check, as well as utilities for Firestore error handling. It simplifies the process of securing and managing Firebase-related functionalities within a NestJS application.
Add the package to your workspace:
yarn add @rxap/nest-firebase
Install peer dependencies:
yarn add @nestjs/common firebase-admin
Execute the init generator:
yarn nx g @rxap/nest-firebase:init
Initialize the package in the workspace
nx g @rxap/nest-firebase:init