Firebase Admin SDK for NestJS 🔥
- Node.js: >= 20
- NPM: >= 10
- NestJS: >= 7.0.0
Install the package using yarn
, npm
, or pnpm
:
# yarn
yarn add nestjs-firebase-admin
# npm
npm i nestjs-firebase-admin --save
# pnpm
pnpm add nestjs-firebase-admin --save
To run tests, use the following commands:
npm test
npm run test:cov
npm run test:watch
npm run test:debug
The available scripts in package.json
include:
- Build:
npm run build
- Lint:
npm run lint
- Format:
npm run format
- Release:
npm run release
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if this project helped you!
Or buy the author a coffee 🙌🏾
This project is under the MIT license.