Check the User Web Push Permission

Prev Next

Suggested reading: Receiving no Web Push Notifications

If you want to debug any issues with receiving Web Push notifications, you should also check whether you have allowed them. 

When you opt in to notifications, the insUserPermissionGranted key will be set to true.

Chrome

To check whether you have allowed Web Push notifications on Chrome:

  1. Click right > Inspect on your website and open the browser console.

  2. Go to Application > Local Storage to see the value of insUserPermissionGranted.

  3. If the value shows the state as true, you have enabled Web Push notifications.

Firefox

To check whether you have allowed Web Push notifications on Firefox:

  1. Click right > Inspect on your website and open the browser console.

  2. Go to Storage > Local Storage to see the value of insUserPermissionGranted.

  3. If the value shows the state as true, you have enabled web push notifications.