node-gcm icon indicating copy to clipboard operation
node-gcm copied to clipboard

A NodeJS wrapper library port to send data to Android devices via Google Cloud Messaging

Results 33 node-gcm issues
Sort by recently updated
recently updated
newest added

Adds release automation with auto-generation of changelog. Preferred framework: semantic-release I suggest we keep the "1 branch model" for ease of use for now (without pre-lease branches). That means every...

ci

The changelog has fallen behind as of recent. We should update it to make sure it reflects which changes were introduced in which versions.

docs

The release process currently does not include creating GitHub release and versions tags to point to the commit from which the npm package has been created. We can assume that...

ci

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade request from 2.88.0 to 2.88.2. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=request&from_version=2.88.0&to_version=2.88.2&pr_id=13fdcd0e-93d1-4fca-9dd9-edd123a313fb&visibility=true&has_feature_flag=false) :information_source: Keep your...

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade debug from 3.1.0 to 4.3.4. :information_source: Keep your dependencies up-to-date....

I managed to convert the package into typescript. The change should not cause any breaking changes as all tests are the same as before and were successful. I want to...

Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 3.0.0 to 3.0.1. Commits f545bdb 3.0.1 c57d4c2 fix a few old XO issues for backport 419250f Fix potential ReDoS (#37) See full diff in compare view [![Dependabot...

dependencies

Since I don't see this issue here this package likely needs to move off `request` at some point: `node-gcm > [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142`

According to [GCM documentation](https://developers.google.com/cloud-messaging/http#response), implementations of GCM server should replace or remove some registrationTokens from database in some cases like when the app was uninstalled from user's phone. I looked...

[In this SO post](https://stackoverflow.com/questions/37711082/how-to-handle-notification-when-app-in-background-in-firebase) they discuss the difference between data and display messages (the main difference being data messages trigger the `onMessageReceived()` callback even if your app is in foreground/background/killed)....