Push Notification Testing
Test your push notification setup and see how notifications appear on different devices.
Support Status
Not SupportedPermission
default
FCM Token
Not AvailableNotification Permissions
Manage notification permissions for this application
Debug Information
Mobile Debugging
Additional debugging information for mobile devices:
Testing Instructions
How to test push notifications on different devices and states
Test Basic Browser Notification
This bypasses FCM and tests if basic browser notifications work on your system.
Desktop Testing:
- Send a test notification while the app is open (foreground)
- Send a test notification while the app is minimized (background)
- Send a test notification while the app is closed
- Check if clicking the notification opens the app
Mobile Testing (PWA):
- Install the PWA on your mobile device
- Send a test notification while the app is open
- Send a test notification while the app is in background
- Send a test notification while the app is closed
- Check lock screen notifications
- Verify notification center integration
What to Look For:
- Notification appears with correct title and body
- Clicking notification opens the app to the specified URL
- Notification actions work (View/Dismiss)
- Notifications appear in system notification center
- Badge count updates on app icon (mobile)