data/services/fcm_service_stub library

Classes

FcmService
Web stub for FcmService. Push notification registration via firebase_messaging isn't useful on web (no APNs / FCM token surface for our app), so this no-op stub keeps the package out of the JS bundle. Conditional import in fcm_service_barrel.dart selects this over fcm_service.dart.