push-receiver
push-receiver copied to clipboard
A library to subscribe to GCM/FCM and receive notifications within a node process.
Hi @Eneris, it's me again! In the `#clearReady()` function there is this: ``` if (!this.#ready.isResolved) { this.#ready.reject(new Error('Client destroyed')) } ``` However, this creates an unhandled rejection which crashes NodeJS....
Hi there, I was able to use your library as a reference to help me migrate my `firebase-messaging` [python library](https://github.com/sdb9696/firebase-messaging) to the new FCM api. I noticed you have commented...
no matter what i do , how do i send push messages, i always receive empty, not sure if is it a bug with lib's itself or its my mistake...