fcm-push-notifications

Send Firebase Cloud Messaging push notifications from .NET backends.

Updated Mar 14, 2026
One-click install
npx skills add https://github.com/novatech2210-cmd/ImidusApp --skill fcm-push-notifications
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fcm-push-notifications
Source: https://github.com/novatech2210-cmd/ImidusApp/tree/main/.gemini/agents/fcm-push-notifications
Command: npx skills add https://github.com/novatech2210-cmd/ImidusApp --skill fcm-push-notifications

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

IMIDUS uses Firebase Cloud Messaging to deliver push notifications for transactional order updates, marketing campaigns, and birthday rewards, handling device tokens and secure server-side sending with the Admin SDK.

Core Features & Use Cases

  • Token management: register and upsert device tokens per customer and platform.
  • Transactional notifications: send order status updates to all tokens for a customer.
  • Marketing campaigns: target audiences using RFM segmentation to send broadcast messages.
  • Birthday rewards: automatically reward customers on their birthday with notifications and loyalty points.
  • Security & compatibility: relies on the Firebase Admin SDK HTTP v1 and deprecates legacy server keys.

Quick Start

Configure the Firebase service account JSON in your backend and trigger a push notification for an order update.

Frequently Asked Questions about fcm-push-notifications

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I send Firebase Cloud Messaging push notifications from a .NET backend?

You can send Firebase Cloud Messaging push notifications by configuring a Firebase service account JSON in your .NET backend and using the Admin SDK HTTP v1 to trigger transactional order updates or multicast marketing campaigns.

What is the best way to handle device token management for FCM push notifications?

The best way to handle device token management for FCM push notifications is to register and upsert device tokens per customer and platform, allowing the system to target specific devices during transactional broadcasts and marketing campaigns.

Can I target specific customer segments with FCM marketing campaigns?

Yes, you can target specific customer segments with FCM marketing campaigns by using RFM segmentation to broadcast messages, ensuring your push notifications reach the most relevant audience for your promotional offers.

Does this FCM push notification approach support automated birthday rewards?

Yes, this FCM push notification approach supports automated birthday rewards by sending targeted notifications and loyalty points to customers on their birthday, handling secure server-side delivery through the Firebase Admin SDK.

Do I need a Firebase service account JSON to send order status updates?

Yes, you need a Firebase service account JSON to send order status updates, because the system relies on the Firebase Admin SDK HTTP v1 for secure server-side authentication and deprecates legacy server keys.

Why should I use the Firebase Admin SDK HTTP v1 instead of legacy server keys for push notifications?

You should use the Firebase Admin SDK HTTP v1 instead of legacy server keys for push notifications to ensure secure server-side sending and maintain compatibility, because legacy server keys are deprecated and unsupported.