UNPKG
@liamcottle/push-receiver
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
A library to subscribe to GCM/FCM and receive notifications within a node process.
@liamcottle/push-receiver
/
test
/
keys.template.js
6 lines
(5 loc)
•
166 B
JavaScript
View Raw
1
2
3
4
5
6
// 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'
, };