android - Send Push Notifications to specific users- Cordova -


is there way through 1 can send push notifications specific user/device? both question gives me enough understanding send push notification android devices:

if want send notifications specific users in cordova, how can send?

for purpose need:

  1. a server can authenticate users , store push notification ids.
  2. a cordova plugin accept push notifications sent server , pass on application.

for cordova plugin, i'd suggest pushplugin

assuming have server user credentials stored, add structure , api store user's push notification ids , methods send notifications selected users. depend on platform choose server.