Skip to content

hebertcisco/nestjs-firebase-admin

Repository files navigation

nestjs-firebase-admin logo

codecov CircleCI Node.js build and publish package Running Code Coverage TypeScript Nestjs VS Code GitHub Actions

Firebase Admin SDK for NestJS 🔥

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 --save

Testing

To run tests, use the following commands:

Unit Tests

npm test

Coverage Tests

npm run test:cov

Watch Mode Tests

npm run test:watch

Debug Tests

npm run test:debug

Available 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.