shiny-firebase

Installation
SKILL.md

Shiny Firebase Push Notifications Skill

Overview

Shiny.Push.FirebaseMessaging provides Firebase Cloud Messaging (FCM) push notification support for .NET MAUI applications on iOS and Android. It wraps the native Firebase iOS SDK (via a Slim Binding) and Android FCM through the Shiny Push infrastructure.

On iOS everything ships in one binding — Shiny.Firebase.iOS.Binding, pulled in automatically — which embeds a single copy of FirebaseCore alongside the Messaging and Analytics shims. Do not add another Firebase iOS binding package (e.g. AdamE.Firebase.iOS.*) to the same app: a second FirebaseCore means a second FIRApp, and whichever one gets configured is not necessarily the one the token request reads.

NuGet Package

Shiny.Push.FirebaseMessaging

Setup

MauiProgram.cs Configuration

Installs
3
Repository
shinyorg/skills
GitHub Stars
4
First Seen
Jun 25, 2026
shiny-firebase — shinyorg/skills