Firebase Push Notification Demo

Test and receive push notifications from Firebase Cloud Messaging

Configuration Required

Please configure your Firebase settings to enable push notifications.

How to Test Push Notifications

  1. 1Configure Firebase settings in the Settings page
  2. 2Copy your FCM token (shown above after configuration)
  3. 3Go to Firebase Console
  4. 4Navigate to Cloud MessagingSend test message
  5. 5Paste your FCM token and send a test notification
  6. You should receive the notification in this app!

Notification History

No notifications received yet.

Sent messages will appear here once saved to IndexedDB.

Messages are automatically persisted in IndexedDB via localforage, ensuring they remain available even after page reloads.