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

Add Push Notifications for D.Buzz (mobile/desktop) #720

Open
hivephilippines opened this issue May 18, 2021 · 3 comments
Open

Add Push Notifications for D.Buzz (mobile/desktop) #720

hivephilippines opened this issue May 18, 2021 · 3 comments

Comments

@hivephilippines
Copy link

Add push notifications to D.Buzz, on both Mobile & Desktop View.

This will alert users each time they get a notifcation on D.Buzz, and without having to have the browser open.

@rmcuenen
Copy link

rmcuenen commented Jun 6, 2021

Do we have a notification service provider?
What kind of notification are going to be communicated to the users?

@hivephilippines
Copy link
Author

I am not sure about this, but I want the notifications to show up on people's phone phones and desktop computers if they enable it.

Do you have any ideas @aaashir ?

@aaashir
Copy link
Member

aaashir commented Jun 22, 2021

I am not sure about this, but I want the notifications to show up on people's phone phones and desktop computers if they enable it.

Do you have any ideas @aaashir ?

Yes, @hivephilippines.

We can do that on Android phones and Desktops since they support PWA installs. But for iOS, it won't work because iOS doesn't support PWAs yet.

@rmcuenen - You can visit these links to understand and implement the feature:

  1. https://developers.google.com/web/ilt/pwa/introduction-to-push-notifications (How it works)
  2. https://developers.google.com/web/fundamentals/codelabs/push-notifications (Implementation)

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

No branches or pull requests

3 participants