firebase-crashlytics
This skill offers a comprehensive guide for Firebase Crashlytics, covering its provisioning, SDK setup, and usage. It assists users in integrating Crashlytics into their Android or iOS applications for crash reporting, custom logging, user identification, and non-fatal exception reporting, thereby improving app stability and debugging efficiency. Ideal for developers needing to set up Crashlytics, add crash reporting, or utilize its SDK.
git clone https://github.com/firebase/agent-skills.gitBefore / After Comparison
1 组Without automated crash reporting, developers manually collect crash info, reproduce issues, and spend significant time analyzing logs, leading to long fix cycles and poor user experience. It's hard to get a full picture of app crashes.
By integrating Crashlytics, app crashes are automatically reported with detailed context, enabling developers to quickly locate, prioritize, and fix issues, significantly reducing debugging time and improving app stability and user satisfaction.
Crashlytics
This skill provides a complete guide for getting started with Crashlytics on Android or iOS. Crash data collected from client applications can be read using the MCP server in the Firebase CLI.
Prerequisites
Provisioning Crashlytics requires both a Firebase project and a Firebase app, either Android or iOS. To read the data collected by Crashlytics, install the MCP server in the Firebase CLI. See the firebase-basics skill for references.
SDK Setup
To learn how to setup Crashlytics in your application code, choose your platform:
- Android: android_setup.md
- iOS: ios_setup.md
SDK Usage
The SDK provides a number of features to make crash reports more actionable.
- Add custom keys
- Add custom logs
- Set user identifiers
- Report non-fatal exceptions
To learn how to customize crash reports and add additional debugging data, consult the documentation for your platform.
User Reviews (0)
Write a Review
No reviews yet
Statistics
User Rating
Rate this Skill