How can you associate a push subscription to a specific user? How can you implement log-in and log-out for web push notifications?
web-notifications
Add analytics to web push notifications
How can you collect analytics for web push notifications (e.g. clicks)?
Chrome Push Notifications: This site has been updated in the background
What can you do if you receive that notifications? What does it mean? How can you fix it?
Web Notifications: difference between icon / image / badge
What is the difference between Notification.icon
, Notification.image
and Notification.badge
?
Send recurring web notifications to re-engage your users
Recurring web notifications (e.g. every day, every week, every month, etc.) can be a simple strategy to re-engage your website users.
Change the default Chrome icon (browser logo) for notifications
Is it possible to replace the Chrome logo / browser logo on notifications with the website logo?
Schedule or delay a web notification (like a reminder)
How can you create a web notification now that is displayed some time later?
How to send push notifications from a closed web app
One of the major features of web apps (both on desktop and mobile browsers) is the ability to send push notifications that are delivered even when the website is closed.
Web Push Notifications: Standard and Official Documentation
“Web Push Notifications” is a general term to refer to the push notifications sent by websites and web apps. However, if you are looking for an official document that defines the “Web Push Notifications” standard, you won’t find it. This is because this technology is made up of different technologies, each one serving to a specific purpose. Let’s find out what these technologies are and where the official standards are located (documentation).
How to show web push notifications for longer
How to prevent the browser notifications from automatically closing? Is there any way to increase the amount of time the notifications are displayed in foreground to the user?