πŸš€ 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

Read Full Tutorial open_in_new
arrow_back Back to Tutorials