VOOZH about

URL: https://www.nuget.org/packages/Plugin.Firebase.Crashlytics/

⇱ NuGet Gallery | Plugin.Firebase.Crashlytics 4.0.0




👁 Image
Plugin.Firebase.Crashlytics 4.0.0

dotnet add package Plugin.Firebase.Crashlytics --version 4.0.0
 
 
NuGet\Install-Package Plugin.Firebase.Crashlytics -Version 4.0.0
 
 
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="Plugin.Firebase.Crashlytics" Version="4.0.0" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Plugin.Firebase.Crashlytics" Version="4.0.0" />
 
Directory.Packages.props
<PackageReference Include="Plugin.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 Plugin.Firebase.Crashlytics --version 4.0.0
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Plugin.Firebase.Crashlytics, 4.0.0"
 
 
#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 Plugin.Firebase.Crashlytics@4.0.0
 
 
#: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=Plugin.Firebase.Crashlytics&version=4.0.0
 
Install as a Cake Addin
#tool nuget:?package=Plugin.Firebase.Crashlytics&version=4.0.0
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

Crashlytics

Firebase Firebase Crashlytics is a lightweight, realtime crash reporter that helps you track, prioritize, and fix stability issues that erode your app quality. Crashlytics saves you troubleshooting time by intelligently grouping crashes and highlighting the circumstances that lead up to them.

Installation

Nuget

👁 NuGet

Install-Package Plugin.Firebase.Crashlytics

Setup

  • Follow the instructions for the basic setup
  • Add the following line of code after calling CrossFirebase.Initialize():
 CrossFirebaseCrashlytics.Current.SetCrashlyticsCollectionEnabled(true);

iOS specifics

  • Make sure to start your app without the debugger attached to be able to see the crashes in the firebase console
  • For more specific instructions take a look at the official Firebase documentation

Android specifics

  • At Platforms/Android/Resources/values add the following line to your strings.xml:
<resources>
 ...
 <string name="com.google.firebase.crashlytics.mapping_file_id">none</string>
 ...
</resources>

Usage

To test if everything is setup correctly, restart the app after a forced crash and visit the Crashlytics Dashboard to view your reports and statistics.

Take a look at the documentation for the AdamE.Firebase.iOS.Crashlytics packages, because Plugin.Firebase's code is abstracted but still very similar.

Since code should be documenting itself you can also take a look at the following class:

Release notes

  • Version 3.1.1
    • Using AdamE.Firebase.iOS.* minimum version 11
  • Version 3.1.0
    • Update to .net8
  • Version 3.0.0
    • Swapped Xamarin.Firebase.iOS.Crashlytics (native SDK 8.10.0) for AdamE.Firebase.iOS.Crashlytics (native SDK 10.24.0)
  • Version 2.0.3
    • Fix StackTraceParser for Crashlytics (PR #255)
  • Version 2.0.2
    • Fix StackTraceParser for Crashlytics (PR #245)
  • Version 2.0.1
    • Remove unnecessary UseMaui property from csproj files
    • Readd net6.0 tfm
Product Versions Compatible and additional computed target framework versions.
.NET net9.0 net9.0 is compatible.  net9.0-android net9.0-android was computed.  net9.0-android35.0 net9.0-android35.0 is compatible.  net9.0-browser net9.0-browser was computed.  net9.0-ios net9.0-ios was computed.  net9.0-ios18.0 net9.0-ios18.0 is compatible.  net9.0-maccatalyst net9.0-maccatalyst was computed.  net9.0-macos net9.0-macos was computed.  net9.0-tvos net9.0-tvos was computed.  net9.0-windows net9.0-windows was computed.  net10.0 net10.0 was computed.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows 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 (2)

Showing the top 2 NuGet packages that depend on Plugin.Firebase.Crashlytics:

Package Downloads
Plugin.Firebase

The plugin includes cross-platform APIs for Firebase Analytics, Auth, Cloud Messaging, Crashlytics, Dynamic Links, Firestore, Cloud Functions, Remote Config and Storage.

SHARIZ.Infrastructure.Core

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
4.0.0 64,474 12/28/2025
3.1.1 237,134 1/16/2025
3.1.0 45,448 11/9/2024
3.0.0 92,465 5/29/2024
2.0.3 83,710 1/24/2024
2.0.2 10,177 1/4/2024
2.0.1 62,069 3/31/2023
2.0.0 5,730 3/26/2023