Edit this page
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.
Learn how to set up push notifications, get credentials for development and production, and test sending push notifications with a minimal working example.
Learn how to call Expo's Push API with the token when you want to send a notification.
Learn how to respond to a notification received by your app and take action based on the event.
A collection of common questions about Expo's push notification service.