UNPKG

push-receiver

Version:

A module to subscribe to GCM/FCM and receive notifications within a node process.

6 lines (5 loc) 166 B
// Set a sender id and server key and save this under test/keys.js module.exports = { SENDER_ID : 'Your sender id here', SERVER_KEY : 'Your server key here', };