Skip to content
NLNuvyntra Labs
All POCs

Proof of concept

Plugin.FirebaseAnalytics (fork)

Firebase Analytics for Xamarin / MAUI-era apps

A public fork of Plugin.FirebaseAnalytics for wiring Firebase Analytics events from Xamarin and related .NET mobile apps.

Multi-languagePublic fork

Abstract

A fork of the community Firebase Analytics plugin for .NET mobile so event logging can be pinned and patched independently of upstream release timing.

Problem

Analytics plugins lag Firebase SDK and linker changes. Products cannot always wait for upstream.

Solution

Fork, pin, and patch the plugin for the app's TFM and Firebase version, while remaining compatible with the original API shape.

Architecture

  • Community plugin fork.
  • Firebase Analytics event and property API.

Capabilities

  • Log events and user properties to Firebase Analytics.
  • A pin-able fork for production apps.

Audience

Xamarin/.NET mobile teams that need a stable Analytics plugin.

Outcomes

  • Control over a critical analytics dependency.
  • A public trail of the fork for others on the same stack.

Related proof of concepts