Soenneker.Maui.Firebase.Performance 4.0.231

Prefix Reserved
dotnet add package Soenneker.Maui.Firebase.Performance --version 4.0.231
                    
NuGet\Install-Package Soenneker.Maui.Firebase.Performance -Version 4.0.231
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Soenneker.Maui.Firebase.Performance" Version="4.0.231" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Soenneker.Maui.Firebase.Performance" Version="4.0.231" />
                    
Directory.Packages.props
<PackageReference Include="Soenneker.Maui.Firebase.Performance" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Soenneker.Maui.Firebase.Performance --version 4.0.231
                    
#r "nuget: Soenneker.Maui.Firebase.Performance, 4.0.231"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Soenneker.Maui.Firebase.Performance@4.0.231
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Soenneker.Maui.Firebase.Performance&version=4.0.231
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Maui.Firebase.Performance&version=4.0.231
                    
Install as a Cake Tool

alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image

Soenneker.Maui.Firebase.Performance

Provides an interface for Firebase Performance Monitoring.

Install

dotnet add package Soenneker.Maui.Firebase.Performance

Quick start

using Soenneker.Maui.Firebase.Performance.Registrars;
using Microsoft.Extensions.DependencyInjection;

var services = new ServiceCollection();
var result = services.AddFirebasePerformanceServiceAsSingleton();

Registers Firebase Performance Service with a singleton lifetime.

What you get

  • IFirebasePerformanceService — Provides an interface for Firebase Performance Monitoring.
  • IFirebasePerformanceTrace — Represents a performance trace that can be used to measure app performance.
  • FirebasePerformanceServiceRegistrar — Represents the firebase performance service registrar.

API at a glance

API What it does Result / important behavior
IFirebasePerformanceService.StartTrace(traceName) Starts a performance trace. An abstracted trace object.
IFirebasePerformanceService.LogMetric(metricName, value) Logs a custom metric globally without an explicit trace. Returns no value; the requested change is complete when the method returns.
IFirebasePerformanceService.SetAttribute(trace, attributeName, value) Sets a custom attribute on an existing trace. Returns no value; the requested change is complete when the method returns.
IFirebasePerformanceService.Measure(traceName, operation) Measures execution time of an async operation. A task that completes when the measure operation is complete.
IFirebasePerformanceService.IsPerformanceMonitoringEnabled() Checks whether Firebase Performance Monitoring is enabled. True if performance monitoring is enabled, otherwise false.
IFirebasePerformanceService.SetPerformanceMonitoringEnabled(enabled) Enables or disables Firebase Performance Monitoring at runtime. Returns no value; the requested change is complete when the method returns.
IFirebasePerformanceTrace.LogMetric(metricName, value) Logs a custom metric to an existing trace. Returns no value; the requested change is complete when the method returns.
FirebasePerformanceServiceRegistrar.AddFirebasePerformanceServiceAsSingleton(services) Registers Firebase Performance Service with a singleton lifetime. The same service collection, so additional registrations can be chained.
FirebasePerformanceServiceRegistrar.EnableFirebasePerformance(builder) Adds the enable firebase performance firebase performance service utility to the class list. The same builder instance, so additional classes or variants can be chained.
Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-android36.0 is compatible.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-ios26.0 is compatible.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
4.0.231 0 8/29/2026
4.0.230 0 8/29/2026
4.0.229 0 8/29/2026
4.0.228 0 8/29/2026
4.0.227 63 8/25/2026
4.0.225 87 8/20/2026
4.0.224 89 8/20/2026
4.0.223 101 7/29/2026
4.0.222 98 7/29/2026
4.0.221 92 7/29/2026
4.0.220 113 7/28/2026
4.0.219 101 7/27/2026
4.0.218 98 7/27/2026
4.0.217 100 7/23/2026
4.0.216 116 7/22/2026
4.0.215 98 7/18/2026
4.0.212 115 7/11/2026
4.0.211 106 7/11/2026
4.0.210 119 6/28/2026
4.0.209 122 6/25/2026
Loading failed

Update dependency Soenneker.Maui.Firebase to 4.0.190 (#729)