@rxap/nest-firebase
TypeScript icon, indicating that this package has built-in type declarations

10.1.10 • Public • Published

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.

npm version commitizen friendly styled with prettier Libraries.io dependency status for latest release, scoped npm package npm NPM

Installation

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

Generators

init

Initialize the package in the workspace

nx g @rxap/nest-firebase:init

Package Sidebar

Install

npm i @rxap/nest-firebase

Weekly Downloads

24

Version

10.1.10

License

GPL-3.0-or-later

Unpacked Size

81.2 kB

Total Files

26

Last publish

Collaborators

  • badry.muenker
  • mmuenker