mashlol / notify

Notify your devices from the terminal
https://mashlol.github.io/notify/
261 stars 38 forks source link

Parse.com is shutting down #12

Closed divergentdave closed 8 years ago

divergentdave commented 8 years ago

I noticed that this uses Parse.com, which is shutting down next year. Do you have plans for migrating the cloud service portion of this? The backend servers have now been mostly open sourced, see https://github.com/ParsePlatform/parse-server

mashlol commented 8 years ago

I'll have to investigate other hosting options, since I'd rather not pay for any servers for this. I don't have any immediate plans though.

mashlol commented 8 years ago

Added support for Firebase and pushed new version to npm, still waiting on the Android app to be approved. It should be available here when it is approved. Don't upgrade before installing the new app or you won't be able to send any pushes at all. You could also manually download the APK from here.

divergentdave commented 8 years ago

Nice, thanks for doing this!