![]() |
VOOZH | about |
dotnet add package Plugin.Firebase.Crashlytics --version 4.0.0
NuGet\Install-Package Plugin.Firebase.Crashlytics -Version 4.0.0
<PackageReference Include="Plugin.Firebase.Crashlytics" Version="4.0.0" />
<PackageVersion Include="Plugin.Firebase.Crashlytics" Version="4.0.0" />Directory.Packages.props
<PackageReference Include="Plugin.Firebase.Crashlytics" />Project file
paket add Plugin.Firebase.Crashlytics --version 4.0.0
#r "nuget: Plugin.Firebase.Crashlytics, 4.0.0"
#:package Plugin.Firebase.Crashlytics@4.0.0
#addin nuget:?package=Plugin.Firebase.Crashlytics&version=4.0.0Install as a Cake Addin
#tool nuget:?package=Plugin.Firebase.Crashlytics&version=4.0.0Install as a Cake Tool
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.
Install-Package Plugin.Firebase.Crashlytics
CrossFirebase.Initialize(): CrossFirebaseCrashlytics.Current.SetCrashlyticsCollectionEnabled(true);
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>
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:
| 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. |
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 |
This package is not used by any popular GitHub repositories.