Hi guys, we were working on an ionic based messaging application. And we choose Parse to implement push notifications. Unfortunately current parse plugin (https://github.com/avivais/phonegap-parse-plugin) doesn’t cover handling push messages on javascript. I’ve created a fork to implement it.
If you need to handle parse’s push messages on js side please check out my fork (branch “feature/on-push-message-handler” :
Contributions are welcome