Nestjs Fcm

screenshot of Nestjs Fcm
nestjs

Overview

The FcmModule provides a streamlined way to integrate Firebase Cloud Messaging (FCM) into your application. Its global attribute ensures that it can be imported just once, simplifying the setup process. With FcmService leveraging firebase-admin, you'll find sending notifications is efficient and effective.

Features

  • Global Module: The FcmModule can be imported only once in your application, reducing redundancy and simplifying configuration.
  • Notification Support: FcmService utilizes firebase-admin to facilitate sending notifications with ease, making it convenient to engage users.
  • Change Log: Stay updated with improvements and fixes through the provided changelog which captures all recent changes.
  • Community Contributions: The project is open to contributions, welcoming developers to enhance the module and its capabilities.
  • MIT License: The module is licensed under the MIT License, ensuring flexibility and ease of use in various projects.
nestjs
Nest

A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.