Soenneker.Maui.Firebase.Crashlytics 4.0.283

Prefix Reserved
dotnet add package Soenneker.Maui.Firebase.Crashlytics --version 4.0.283
                    
NuGet\Install-Package Soenneker.Maui.Firebase.Crashlytics -Version 4.0.283
                    
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.Crashlytics" Version="4.0.283" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Soenneker.Maui.Firebase.Crashlytics" Version="4.0.283" />
                    
Directory.Packages.props
<PackageReference Include="Soenneker.Maui.Firebase.Crashlytics" />
                    
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.Crashlytics --version 4.0.283
                    
#r "nuget: Soenneker.Maui.Firebase.Crashlytics, 4.0.283"
                    
#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.Crashlytics@4.0.283
                    
#: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.Crashlytics&version=4.0.283
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Maui.Firebase.Crashlytics&version=4.0.283
                    
Install as a Cake Tool

Soenneker.Maui.Firebase.Crashlytics

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

Adds Firebase Crashlytics collection to the Android and iOS lifecycle configured by Soenneker.Maui.Firebase.

Installation

dotnet add package Soenneker.Maui.Firebase.Crashlytics

Configure the native Firebase app first, including the platform's google-services.json or GoogleService-Info.plist.

Registration

Attach Crashlytics before completing the Firebase builder:

using Soenneker.Maui.Firebase.Crashlytics.Registrars;
using Soenneker.Maui.Firebase.Dtos;
using Soenneker.Maui.Firebase.Registrars;

builder.UseFirebase(new FirebaseConfig())
       .AddCrashlytics()
       .Build();

AddCrashlytics() enables native crash collection. If collection depends on consent, pass that decision explicitly:

builder.UseFirebase(new FirebaseConfig())
       .AddCrashlytics(collectionEnabled: userAllowsCrashReporting)
       .Build();

The choice is applied when the native Firebase app initializes. Changing consent later requires calling the platform Crashlytics SDK directly.

This package enables the native Crashlytics integration; it is not an ILogger provider and does not expose an abstraction for recording handled exceptions. Confirm that the platform build produces the symbol or mapping uploads required by the Firebase setup, then verify a test crash appears in the Firebase console before relying on production reports.

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.283 48 9/12/2026
4.0.282 45 9/12/2026
4.0.281 84 9/8/2026
4.0.280 88 9/8/2026
4.0.279 104 9/2/2026
4.0.278 85 9/1/2026
4.0.277 90 9/1/2026
4.0.276 96 8/30/2026
4.0.275 97 8/30/2026
4.0.274 90 8/29/2026
4.0.273 100 8/29/2026
4.0.272 90 8/29/2026
4.0.271 101 8/26/2026
4.0.270 99 8/25/2026
4.0.269 93 8/20/2026
4.0.268 96 8/20/2026
4.0.267 118 7/29/2026
4.0.266 112 7/29/2026
4.0.265 107 7/29/2026
4.0.264 115 7/27/2026
Loading failed

Update dependency Soenneker.Maui.Firebase to 4.0.195 (#823)