# Browser/Desktop notification using pusher

Browser notification helps the user to get notified of any notification quickly.

### <span id="bkmrk-requirement%3A-1">Requirement:</span>

Your POS must use **https** or must have an SSL certificate installed.

### <span id="bkmrk-steps-to-enable-it%3A-1">Steps to enable it:</span>

**Setup pusher:**

1. 1. Signup for a pusher account here https://pusher.com/
    2. Login to your pusher account.
    3. Click on “Create new app”
    4. Enter the details:  
        *Name your app,*  
        *Select a cluster,*   
        *What’s your front-end tech?* will be jQuery  
        *What’s your back-end tech?* will be Laravel.  
        Click on “Create my app” and after that, you will find the pusher details as given in the screenshot below\\

**Setup in SenangUrus Business:**

1. If you’re using the [SaaS-Superadmin](https://ultimatefosters.com/recommends/saas-superadmin/ "SaaS &amp; Superadmin") module then go to  
    Superadmin Settings -&gt; Pusher Settings -&gt; Enter the details:  
    PUSHER APP ID, PUSHER APP KEY, PUSHER APP SECRET, PUSHER APP CLUSTER and save it.
2. If not using SaaS-Superadmin, then login to cpanel/directadmin or FileZilla, open the **.env** file present in the pos code for editing. Then you will find the pusher related configuration. Enter the below configuration:  
    BROADCAST\_DRIVER=pusher  
    PUSHER\_APP\_ID=&lt;your pusher app id&gt;  
    PUSHER\_APP\_KEY=&lt;your pusher app key&gt;  
    PUSHER\_APP\_SECRET= &lt;your pusher app secret&gt;  
    PUSHER\_APP\_CLUSTER=&lt;your pusher app cluster&gt;Save the file and the notification will work.

Pusher notifications will not support on IOS devices. You need to disable pusher notifications in IOS for SenangUrus Business.