---
url: https://talkjs.com/docs/Features/Notifications/Mobile_Push_Notifications
---

# Mobile push notifications

Notify users of new messages on their mobile device.

Ask a question Copy for LLM [View as Markdown](/docs/Features/Notifications/Mobile_Push_Notifications.md)
Mobile push notifications let users know instantly when they receive a new message, even when they're not actively using your app.

TalkJS integrates with Apple Push Notification service (APNs) and Firebase Cloud Messaging (FCM) so you can deliver message notifications directly to your users' devices.

## Set up push notifications

Use the following platform-specific guides to enable push notifications in your app:

[React Native guide](/docs/Guides/React_Native/Push_Notifications/)

[React Native Expo guide](/docs/Guides/React_Native/Push_Notifications_Expo/)

[Flutter guide](/docs/Guides/Flutter/Push_Notifications/)

[JavaScript guide](/docs/Guides/Push_Notifications/)

[Configure Firebase Cloud Messaging](/docs/Guides/Mobile/Configure_FCM/)

[Configure Apple Push Notification service](/docs/Guides/Mobile/Configure_APNs/)