What problem does it solve?
This Skill simplifies the complex process of managing push notifications across different providers, abstracting the differences between Expo and Firebase Cloud Messaging (FCM) into a unified interface.
Core Features & Use Cases
- Unified Driver Interface: Send notifications via Expo or FCM using a single, consistent function call.
- Advanced FCM Support: Handles both legacy server keys and modern v1 service account APIs, including JWT generation and OAuth2 token exchange.
- Use Case: If your application needs to alert users on both iOS and Android, use this Skill to batch send notifications to specific device tokens or broadcast messages to topic subscribers without writing separate logic for each provider.
Quick Start
Use the stacks-push skill to send a high-priority notification with a custom data payload to a specific device token using the Expo driver.