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

Push Notifications instead of emails #6

Open
abizerlokhandwala opened this issue May 10, 2021 · 3 comments
Open

Push Notifications instead of emails #6

abizerlokhandwala opened this issue May 10, 2021 · 3 comments

Comments

@abizerlokhandwala
Copy link
Owner

No description provided.

@Saunved
Copy link

Saunved commented May 10, 2021

@abizerlokhandwala you could look into OneSignal for this.
The issue with push notifications on the web is that Safari / iOS does not support web push notifications.
So we have to use email for Safari + push notifications on Android (only for people who have given approval).

@abizerlokhandwala
Copy link
Owner Author

@Saunved We can treat email and push notifs as different notification modes, users can choose what they would prefer.
As for push notifications, I was looking into AWS SNS, as most of our stack is built on AWS. We could have a comparison study with OneSignal and decide.
We haven't started working on this idea yet, it's not too late to take a decision on this.

@Saunved
Copy link

Saunved commented May 10, 2021

I don't have any experience with SNS. OneSignal is quite reliable and works 99% of the times (on Android at least). I like the idea of having two separate modes, but it might get a little complicated for the user during the registration process (especially if they decide to allow notifications on the interface but block them when the actual pop up shows up). I've seen this happen before and it's complicated to reverse the block.

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