-
Notifications
You must be signed in to change notification settings - Fork 1
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
Any other notification type? #7
Comments
Thanks, it's an interesting idea and I'm currently investigating it. The thing that I like about emails is that they are completely platform-agnostic. You can set a reminder on any of your devices and get the email on any other one. I think push notification are a little more restrictive: if I subscribe on my work PC I won't get notifications when I'm at home, or on my phone. On the other hand, I like the idea of not needing any user info at all. I'll consider adding it as an option. |
Have you considered building out a service worker so the app can use Push API notifications? I'm fairly new to this stuff and it was only briefly mentioned during school but it's something that would be neat for this application and something I'd like to practice for my own apps |
Yes, I suppose that's the plan. I'm currently working on another issue first, then I intend to start with this. |
Looking forward to it! |
I just created a GitHub account just to concur with tak3joy. Another notification type would be an awesome addition |
I want just to suggest use browser notification as other option if it possible, it will be received on any device, and will not have so much troubles like emails. Sorry for my English.
The text was updated successfully, but these errors were encountered: