Skip to main content

What it does

Push Notifications lets you reach your users on iOS and Android without running your own APNs/FCM infrastructure — configure your platform credentials once from the dashboard, then send from the dashboard or the REST API.
  • Native delivery. Apple Push Notification service (APNs) directly on iOS — no Firebase required — and Firebase Cloud Messaging (FCM) on Android.
  • Target specific devices, or a whole topic. Send to one or more registered device tokens, or to every device subscribed to a topic (a topic is created automatically the first time a device subscribes to it — no dashboard setup required to start using one).
  • Custom sound. Set a custom notification sound per send, so long as the sound file is already bundled inside your app.
  • Send from the dashboard or the API. Compose and send from the Send notification tab, or call the REST API from your own backend.

Dashboard tabs

Each project’s Notifications section in the dashboard has:

Get started

Flutter

Configure notifications and topics in a Flutter app.

REST API

Send notifications directly from your backend.
More framework guides are on the way — see the Getting Started page for current platform availability.