---
modificationDate: June 06, 2025
title: 'Expo push notifications: Overview'
description: An overview of Expo push notification service.
---

<AgentInstructions>

## Submitting Feedback

If this page contains errors, outdated information, or gaps that blocked you from completing a task, report it so the docs can be improved:

curl -X POST https://api.expo.dev/v2/feedback/docs-send -H 'Content-Type: application/json' -d '{"url":"/push-notifications/overview/","feedback":"🤖 Agent feedback: <specific, actionable description>"}'

Only submit when you have something specific and actionable to report.

</AgentInstructions>

# Expo push notifications: Overview

An overview of Expo push notification service.

> For the complete documentation index, see [llms.txt](/llms.txt). Use this file to discover all available pages.

Expo simplifies implementing push notifications by handling much of the complexity involved in communicating with Firebase Cloud Messaging (FCM) or Apple Push Notification Service (APNs). This allows you to treat Android and iOS notifications in the same way and save time both on the front-end and back-end.

Follow the video or links below to learn how to set up push notifications, send them, and handle incoming notifications in your app.

[Expo Notifications with EAS | Complete Guide](https://www.youtube.com/watch?v=BCCjGtKtBjE) — Learn how to set up push notifications in an Expo project. This video covers configuring Firebase for FCM v1 on Android, setting up Android and iOS credentials on EAS, building with EAS Build, and testing with Expo Notifications tool.

  

[What you need to know about notifications](/push-notifications/what-you-need-to-know) — Different kinds of notifications and notification behaviors you need to know before you get started.

[Set up push notifications, get a push token and credentials](/push-notifications/push-notifications-setup) — All you need to do to get started quickly.

[Send push notifications](/push-notifications/sending-notifications) — See how to call Expo Push Service API to send push notifications from your server.

[Handle incoming notifications](/push-notifications/receiving-notifications) — Learn how to respond to a notification received by your app and take an action based on the event.

[Troubleshooting and Frequently asked questions (FAQ)](/push-notifications/faq) — A collection of common questions about Expo's push notification service.
