Start a new topic

Send push to users with specific entityId

Hi all, I need help. How can I send push notifications to user with specific id ?

I tried to put "entityId", "id", "_id" in query but none of this works.



var userCollection = modules.collectionAccess.collection('user');



userCollection.find ( {"entityId":"111122223333"} , function (err, userColl) {

}

Appreciate your help



Borna
1 Comment

i found my answer here,

http://support.kinvey.com/hc/communities/public/questions/200370347-How-to-get-user-from-custom-endpoint-to-push-him-a-notification?locale=en-us



You can close the thread, thank you
Login or Signup to post a comment