Firebase Admin SDK for Nestjs
npm install nestjs-firebase-admin

> Firebase Admin SDK for NestJS :fire:
- Node.js: >= 20
- NPM: >= 10
- NestJS: >= 7.0.0
Install the package using yarn, npm, or pnpm:
``bash`yarn
yarn add nestjs-firebase-admin
`bash`npm
npm i nestjs-firebase-admin --save
`bash`pnpm
pnpm add nestjs-firebase-admin --save
To run tests, use the following commands:
`bash`
npm test
`bash`
npm run test:cov
`bash`
npm run test:watch
`bash`
npm run test:debug
The available scripts in package.json include:
- Build: npm run buildnpm run lint
- Lint: npm run format
- Format: npm run release`
- 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.