Soenneker.Maui.Firebase.Analytics
4.0.282
Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Soenneker.Maui.Firebase.Analytics --version 4.0.282
NuGet\Install-Package Soenneker.Maui.Firebase.Analytics -Version 4.0.282
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.Analytics" Version="4.0.282" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Soenneker.Maui.Firebase.Analytics" Version="4.0.282" />
<PackageReference Include="Soenneker.Maui.Firebase.Analytics" />
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.Analytics --version 4.0.282
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Soenneker.Maui.Firebase.Analytics, 4.0.282"
#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.Analytics@4.0.282
#: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.Analytics&version=4.0.282
#tool nuget:?package=Soenneker.Maui.Firebase.Analytics&version=4.0.282
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Soenneker.Maui.Firebase.Analytics
Provides an interface for Firebase Analytics services to log events and manage user properties.
Install
dotnet add package Soenneker.Maui.Firebase.Analytics
Quick start
using Soenneker.Maui.Firebase.Analytics.Registrars;
using Microsoft.Extensions.DependencyInjection;
var services = new ServiceCollection();
var result = services.AddFirebaseAnalyticsServiceAsSingleton();
Registers Firebase Analytics Service with a singleton lifetime.
What you get
IFirebaseAnalyticsService— Provides an interface for Firebase Analytics services to log events and manage user properties.FirebaseAnalyticsServiceRegistrar— Represents the firebase analytics service registrar.
API at a glance
| API | What it does | Result / important behavior |
|---|---|---|
IFirebaseAnalyticsService.LogEvent(eventName, parameters) |
Logs an event to Firebase Analytics. | Returns no value; the requested change is complete when the method returns. |
IFirebaseAnalyticsService.SetUserId(userId) |
Sets the user ID for Firebase Analytics. | Returns no value; the requested change is complete when the method returns. |
IFirebaseAnalyticsService.SetUserProperty(propertyName, propertyValue) |
Assigns a custom user property in Firebase Analytics. | User properties help categorize users based on custom attributes, improving analytics insights. |
FirebaseAnalyticsServiceRegistrar.AddFirebaseAnalyticsServiceAsSingleton(services) |
Registers Firebase Analytics Service with a singleton lifetime. | The same service collection, so additional registrations can be chained. |
Important behavior
IFirebaseAnalyticsService.SetUserProperty(propertyName, propertyValue): User properties help categorize users based on custom attributes, improving analytics insights.
| Product | Versions 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.
-
net10.0
- Microsoft.Maui.Controls (>= 10.0.100)
- Soenneker.Maui.Firebase (>= 4.0.190)
-
net10.0-android36.0
- Microsoft.Maui.Controls (>= 10.0.100)
- Soenneker.Maui.Firebase (>= 4.0.190)
- Xamarin.AndroidX.Fragment.Ktx (>= 1.8.9.4)
- Xamarin.AndroidX.Lifecycle.LiveData (>= 2.11.0.1)
- Xamarin.AndroidX.Lifecycle.Process (>= 2.11.0.1)
- Xamarin.AndroidX.Lifecycle.Runtime.Ktx (>= 2.11.0.1)
- Xamarin.AndroidX.Lifecycle.ViewModel.Ktx (>= 2.11.0.1)
- Xamarin.AndroidX.SavedState.SavedState.Ktx (>= 1.5.0.1)
- Xamarin.Firebase.Analytics (>= 123.2.0.1)
-
net10.0-ios26.0
- Microsoft.Maui.Controls (>= 10.0.100)
- Soenneker.Maui.Firebase (>= 4.0.190)
- Xamarin.Firebase.iOS.Analytics (>= 8.10.0.3)
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.286 | 0 | 9/1/2026 |
| 4.0.285 | 29 | 9/1/2026 |
| 4.0.284 | 91 | 8/30/2026 |
| 4.0.283 | 74 | 8/30/2026 |
| 4.0.282 | 79 | 8/30/2026 |
| 4.0.281 | 76 | 8/29/2026 |
| 4.0.280 | 70 | 8/29/2026 |
| 4.0.279 | 82 | 8/29/2026 |
| 4.0.278 | 78 | 8/26/2026 |
| 4.0.277 | 87 | 8/25/2026 |
| 4.0.276 | 87 | 8/21/2026 |
| 4.0.275 | 83 | 8/20/2026 |
| 4.0.274 | 106 | 7/29/2026 |
| 4.0.273 | 106 | 7/29/2026 |
| 4.0.272 | 99 | 7/28/2026 |
| 4.0.271 | 92 | 7/28/2026 |
| 4.0.270 | 94 | 7/27/2026 |
| 4.0.269 | 88 | 7/27/2026 |
| 4.0.268 | 93 | 7/27/2026 |
| 4.0.267 | 102 | 7/22/2026 |
Loading failed
Update dependency Soenneker.Maui.Firebase to 4.0.190 (#792)