0

I am working on cordova hybrid app with azure mobile services.I want to send push notifications only to specific users.I want to pass custom user data to insert function at azure mobile services.

function insert(item, user, request) { //here need user obj with custom properties

}

Secondly i don't understand syntax of template registration

var template = "{ \"data\" : {\"message\":\"$(message)\"}}";

what it do? how do we modify it?

0 Answers0