parse-server-modules / parse-server-onesignal-push-adapter

OneSignal push adapter for parse-server
MIT License
32 stars 28 forks source link

How to send Push #1

Closed mymanga closed 8 years ago

mymanga commented 8 years ago

Now that I have this installed, how do I send a push notification?

flovilmart commented 8 years ago

use Parse.Push.send() from cloud code

HemanParbhakar commented 8 years ago

This Code Parse.Push.send is to be written in cloud/main.js

mymanga commented 8 years ago

Thank you