Member-only story

Everything You Need to Know About PWAs — Push Notifications

Adding push notifications to your app to increase user engagement

Trevor-Indrek Lasn
Better Programming
4 min readJun 28, 2019

This is a series about Progressive Web Apps. If you haven’t yet, please see part one before reading on.

What Are Push Notifications?

A notification is a message that pops up on the user’s device. Notifications can be triggered locally by an open application or they can be “pushed” in real-time from the server to the user, even when the app is not running.

The main idea behind push notifications is to engage users and keep everyone up to date with the latest content or features. For instance, you might get daily notifications from the Medium mobile app, those are push notifications!

https://developers.google.com/web/ilt/pwa/introduction-to-push-notifications

Understanding Push Notifications on the Web

Create an account to read the full story.

The author made this story available to Medium members only.
If you’re new to Medium, create a new account to read this story on us.

Or, continue in mobile web

Already have an account? Sign in

Responses (2)

Write a response