Skip to main content

Push Notifications

Learn how to send push notifications to mobile apps and desktop browsers.

Push notifications will work in iOS and Android apps as well as desktop browsers that support Push API. These browsers include:

  1. Chrome 50+
  2. Firefox 44+
  3. Edge 17+
  4. Opera 42+

Migration Guide

  1. If you are already using the Legacy (Topic-based) Push Notifications, you can check out our Two-step migration guide.

Implementation

  1. If you are new and want to implement Token-based Push Notifications in your app, follow our platform-specific guides:

    1. Javascript (Web)
    2. Android
    3. iOS
    4. Flutter
    5. React Native
    6. Capacitor, Cordova & Ionic
  2. For Android and iOS we also have setup that allows the usage of Native calling screens:

    1. Android - Connection Service
    2. iOS - APNs
  3. Token management to manage FCM and APNs tokens for the logged-in user.

  4. Mute functionality to mute certain conversations or implement DND.