@ezard/nest-firebase-cloud-messaging
v2.1.0
Published
Provides a Nest.js wrapper for functionality around Firebase Cloud Messaging
Downloads
64
Readme
Nest Firebase Cloud Messaging
Installation
npm i @ezard/nest-firebase-cloud-messaging -S
Usage
Import FirebaseCloudMessagingModule
into any module where you want to use FirebaseCloudMessagingService
.
FirebaseCloudMessagingService
automatically batches messages into groups of 500, to comply with Firebase's restrictions.
FirebaseCloudMessagingService
exposes 3 functions:
sendMessage
Used for sending a single message to a single token
sendMessages
Used for sending multiple different messages to multiple different tokens
sendMulticastMessage
Used for sending a single message to multiple different tokens