push-notifications
Installation
SKILL.md
Push Notifications
Notifications that help users are features. Notifications that annoy are bugs.
1. Platform Overview
| Platform | Service | Library |
|---|---|---|
| Web | Web Push API | web-push npm |
| Android | Firebase Cloud Messaging (FCM) | Firebase SDK |
| iOS | Apple Push Notification service (APNs) | Firebase SDK / APNs direct |
| Unified | FCM (handles both Android + web) | Firebase Admin SDK |