π I built a CLI to send Firebase push notifications in one command
go
dev.to
Sending Firebase push notifications should be simple. But in reality, it usually means: setting up Firebase Admin SDK writing boilerplate code managing credentials rebuilding scripts again and again So I built a tool to fix that. β‘ Meet FCM CLI A lightweight CLI to send Firebase Cloud Messaging (FCM) notifications directly from your terminal, CI/CD pipelines, or backend scripts. fcm -t TOKEN -n '{"title":"Hi","body":"Hello"}' Thatβs it. π‘ Why I built it