This library provides a server-side Node.js interface for sending messages to Android devices using the older Google Cloud Messaging (GCM) and Firebase Cloud Messaging (FCM) Legacy API.
node-gcm is a Node.js wrapper library designed to send push notifications to Android devices via the Google Cloud Messaging (GCM) and Firebase Cloud Messaging (FCM) legacy APIs. Users can install it with `npm install node-gcm` and need to configure a 'Legacy API Server Key' in their Firebase project settings to use it.
This library provides a server-side Node.js interface for sending messages to Android devices using the older Google Cloud Messaging (GCM) and Firebase Cloud Messaging (FCM) Legacy API.
Node.js developers whose existing applications rely on the deprecated Firebase Cloud Messaging (FCM) Legacy API for sending push notifications to Android devices.