nestjs-firebase-admin
v0.5.6
Published
Firebase Admin SDK for Nestjs
Readme
Firebase Admin SDK for NestJS :fire:
Requirements
- Node.js: >= 20
- NPM: >= 10
- NestJS: >= 7.0.0
Installation
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 --saveTesting
To run tests, use the following commands:
Unit Tests
npm testCoverage Tests
npm run test:covWatch Mode Tests
npm run test:watchDebug Tests
npm run test:debugAvailable Scripts
The available scripts in package.json include:
- Build:
npm run build - Lint:
npm run lint - Format:
npm run format - Release:
npm run release
Contributing
Contributions, issues, and feature requests are welcome!Feel free to check the issues page.
Show Your Support
Give a ⭐️ if this project helped you!
Or buy the author a coffee 🙌🏾
📝 License
This project is under the MIT license.
