Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Network push notifications #24

Open
mozzwald opened this issue Dec 5, 2018 · 1 comment
Open

Network push notifications #24

mozzwald opened this issue Dec 5, 2018 · 1 comment

Comments

@mozzwald
Copy link

mozzwald commented Dec 5, 2018

It would be nice to have some sort of push notification implementation on the ZeroPhone similar in function to Google Cloud Messaging (aka GCM, now Firebase Cloud Messaging FCM). Applications could receive notifications from a central server (self hosted) to reduce data usage.

One use case is email. Without push notifications, the phone needs to poll the email server every x minutes to check for new messages.

Here's a list of some push notification api's I have found that may or may not be suitable. Most options I found end up tying into FCM or iOS notification systems.

Notica
Pushjet
OwnPush
MQTT

@CRImier
Copy link
Member

CRImier commented Dec 5, 2018

I think this would be really useful for app developers and battery saving - as we get more and more network-connected apps, they will have to get some kind of way to avoid polling their own servers (each having their own network connectivity bug handling code, too). Of course, we can't push that onto developers, but being able to add support to your own application would be amazing.

Questions:

  • Can we provide that in centralized manner on zerophone.org, for the majority of the users?
    • Should we?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants