Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 521 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 521 Bytes

react-firebase-cloud-messaging

This is a React app created to demonstrate how to use Firebase Cloud Messaging.

Things to do

  • Replace Bootstrap with Tailwind 💅
  • Make it a proper PWA ⚙️
    • Install vite-plugin-pwa
    • Add a manifest, icons, etc.
    • Add reloading when a new version is available.
    • Combine Firebase SW and reloading SW into one.
  • Rewrite firebase-messaging-sw.js to use Firebase v9 🔥
  • Rewrite the service worker in TypeScript
  • Deploy it! 🚀