> For the complete documentation index, see [llms.txt](https://hubay.gitbook.io/magento2/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hubay.gitbook.io/magento2/push-notification.md).

# Push Notification

## Why OneSingle Notification ?

OneSignal is a high volume and reliable push notification service for websites and mobile applications. We support all major native and mobile platforms by providing dedicated SDKs for each platform, a [RESTful server API](https://documentation.onesignal.com/reference#create-notification), and an [online dashboard](https://onesignal.com/) for marketers to design and send push notifications.

To setup OneSingle Push Notification in Hubay app, please sign up [here](https://onesignal.com/)<br>

## How to Configure OneSingle in Hubay App ?

In the `Config.js` replace YOUR-ONESIGNAL-APPID with your OneSignal app ID as follows:&#x20;

```
OneSignalAppId:'YOUR-ONESIGNAL-APPID'
```

&#x20;To know more about OneSignle please refer to their official documentation [here](https://documentation.onesignal.com/docs)&#x20;
