Meteor-Community-Packages / raix-push

DEPRECATED: Push notifications for cordova (ios, android) browser (Chrome, Safari, Firefox)
https://atmospherejs.com/raix/push
MIT License
514 stars 197 forks source link

Use with server only #362

Closed lucnat closed 5 years ago

lucnat commented 5 years ago

I have a meteor server to which some apps are connected through a REST API. I would like to use this package to send push notifications to users (which are regular meteor accounts). Since there is no meteor client in this situation, how can this package be used? What information from a user's phone do I need to register the device (which I do on the server), so that I can send push notifications to that user?

shivang007 commented 5 years ago

If you mean there are separate apps to which you want to send notifications, then you will need to run separate servers for each app, which will have their unique certificates (GCM/FCM/APN). And other setups such as the configuration on client side is also required.