Push notifications on the web can be a force for good, but is that how they are coming across? We'll take a look at how to implement push notifications in Angular applications, from permissions to notification. Then we'll see how it's being done wrong and how to improve on that.
We'll then look at the notifications themselves, find out what the best kind of notifications are and how not to wind up with your app's, or the entire web's, notifications blocked forever.
--
Links:
Permissions on the web suck: https://philna.sh/blog/2018/01/08/permissions-on-the-web-suck/
Push notifications documentation: https://developers.google.com/web/fundamentals/push-notifications/
Discussion on requiring user input: https://github.com/WICG/interventions/issues/49
Permissions API spec: https://w3c.github.io/permissions/