Push Notification Subscriptions

Manage which stores this device receives push notifications from, and view the device's registration details.

The Notifications page in Settings lets you control which stores the current Android device receives push notifications from. Notifications are used to alert staff about new orders and store-level updates. The page also shows the device's registration details (Installation ID and FCM token) for diagnostic purposes.

Push notifications are only available on Android. On iOS, Windows, and web, the Notifications page shows a message indicating that notifications are not supported on that platform.

Opening the Notifications page

  1. Open Settings (tap the gear icon in the sidebar).
  2. Scroll to the Notifications section.
  3. Tap Push Notifications — subtitle reads Manage store notification subscriptions.

The Notifications page opens and loads your current subscription status from the server.

Page overview

The Notifications page is divided into three areas:

AreaDescription
Summary bannerAppears at the top when at least one store subscription is active. Shows the count of subscribed stores.
Store listScrollable list of all stores available to the account, each with a checkbox indicating whether the device is subscribed.
Action barFixed at the bottom: Subscribe button, Unsubscribe All button (shown when at least one subscription is active), and Test button.

Subscribing to stores

  1. Tick the checkbox next to each store you want to receive notifications from.
    • Use Select All to tick all stores at once.
    • Use Deselect All to clear all selections.
  2. Tap Subscribed to [n] store(s) at the bottom.
  3. A confirmation snackbar appears when the subscription is saved.

The stores that were previously subscribed show a green Currently subscribed label below their name.

Selecting stores and tapping the subscribe button replaces the previous subscription: stores that were subscribed but are no longer ticked will be unsubscribed automatically.

Unsubscribing from all stores

  1. Tap Unsubscribe All in the action bar (visible only when at least one subscription is active).
  2. A confirmation dialog appears:
    • Title: Unsubscribe from All
    • Message: Are you sure you want to unsubscribe from all store notifications?
    • Cancel — dismisses without changes.
    • Unsubscribe All (red) — removes all store subscriptions for this device.
  3. A confirmation snackbar appears when the unsubscription is complete.

Unsubscribing from all stores means the device will no longer receive any store push notifications until you subscribe again.

Testing notifications

Tap Test in the action bar to verify that push notifications are working for this device.

A dialog appears with two options:

OptionDescription
Direct TestSends a notification directly to this device. Always succeeds if the device is registered.
Subscription test (per store)Sends a notification tagged for a specific store. Only devices subscribed to that store receive it. Each store in the list shows whether the device is currently subscribed.

Tap the option or store row to send. If the notification arrives, the device is correctly registered and receiving push notifications.

Viewing device registration details

The Device Info section at the bottom of the action bar shows the technical identifiers for this device's notification registration. It is collapsed by default — tap it to expand.

FieldDescription
Installation IDThe unique identifier assigned to this device in Azure Notification Hub
FCM TokenThe Firebase Cloud Messaging token for this device
Tenant IDThe Omnium tenant this device is registered to

These values are read-only. They are useful when troubleshooting notification delivery with your system administrator.

On this page