HomeGuidesReferenceLearn
ArchiveExpo SnackDiscord and ForumsNewsletter

Push notifications: Overview

An overview of Expo's push notification service.


Expo makes implementing push notifications easy. All the hassle with device information and communicating with Firebase Cloud Messaging (FCM) or Apple Push Notification Service (APNs) is done behind the scenes. This allows you to treat Android and iOS notifications in the same way and save time both on the front-end and back-end.

Setup push notifications, get a push token and credentials

Learn how to set up push notifications, get credentials for development and production, and test sending push notifications with a minimal working example.

Send a push notification

Learn how to call Expo's Push API with the token when you want to send a notification.

Receive a push notification

Learn how to respond to a notification received by your app and take action based on the event.

Common questions and FAQs

A collection of common questions about Expo's push notification service.