Skip to content

Instantly share code, notes, and snippets.

@gngeorgiev
Last active November 24, 2017 18:55
Show Gist options
  • Save gngeorgiev/17933713ae6015ea9e9058e92902e90d to your computer and use it in GitHub Desktop.
Save gngeorgiev/17933713ae6015ea9e9058e92902e90d to your computer and use it in GitHub Desktop.
sashido-parse-server-push.js
Parse.Push.send({
channels: [ 'Tokyo' ],
data: {
alert: 'The Giants won against the Mets 2-3.'
}
}).then(...);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment