firebase-crashlytics
Installation
Summary
Complete guide for Firebase Crashlytics setup and crash reporting across Android and iOS platforms.
- Covers SDK provisioning, initialization, and configuration for both Android and iOS applications
- Enables crash report customization through custom keys, logs, user identifiers, and non-fatal exception reporting
- Requires a Firebase project and app; integrates with Firebase CLI's MCP server for reading collected crash data
- Designed to work alongside the firebase-basics skill for full Firebase project setup and management
SKILL.md
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.
Explore more of GLSRM
