Barnabie Opiyo

Results 6 comments of Barnabie Opiyo

Good to see this moving, but no experience at all, Im a web designer try to learn how to code :(

Hi grrrian, please consider an update for us (many of us) using Parse Server (self hosted)

:( Okay....but wait...what about as a paid job???

Solution found : https://github.com/otmezger/parse-push-plugin

Solution found : https://github.com/otmezger/parse-push-plugin Install with : cordova plugin add https://github.com/otmezger/parse-push-plugin --variable APP_ID=myapp --variable CLIENT_KEY=123456 --variable SENDER_ID="987654" --verbose Addto your JS : ``` //Parse parsePlugin.register({ appId:"myapp", clientKey:"1234", server:"https://api.example.com:1337/parse", ecb:"onNotification", pushOpen:...