firebase-crashlytics

Sets up Firebase Crashlytics SDK for crash reporting in Android and iOS apps.

402|81|Updated Feb 10, 2026
One-click install
npx skills add https://github.com/firebase/agent-skills --skill firebase-crashlytics-firebase
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: firebase-crashlytics
Source: https://github.com/firebase/agent-skills/tree/main/skills/firebase-crashlytics
Command: npx skills add https://github.com/firebase/agent-skills --skill firebase-crashlytics-firebase

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires firebase-tools, firebase-crashlytics, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides comprehensive guidance for setting up and managing Firebase Crashlytics, which helps in identifying and resolving crashes in Android and iOS applications.

Core Features & Use Cases

  • Crash Reporting: Offers detailed crash reports to help developers identify and fix issues in their applications.
  • SDK Setup: Walks through the process of integrating the Crashlytics SDK into Android and iOS apps.
  • Customization: Allows for adding custom keys, logs, and user identifiers to crash reports for better debugging.
  • Use Case: For instance, a developer can use this Skill to set up Crashlytics in their app to track and report crashes, enabling them to improve the app's stability and user experience.

Quick Start

Set up Firebase Crashlytics in your Android or iOS app using the provided instructions.

Frequently Asked Questions about firebase-crashlytics

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up Firebase Crashlytics in my Android and iOS apps?

To set up Firebase Crashlytics, integrate the Crashlytics SDK into your Android or iOS app and configure your Firebase project. This enables detailed crash reporting to help identify and resolve application issues.

What is Firebase Crashlytics and when do I need crash reporting?

Firebase Crashlytics is a crash reporting solution that helps identify and resolve application crashes. You need crash reporting to track app stability issues in real-time and improve the overall user experience.

Can I add custom debugging information to Firebase Crashlytics reports?

Yes, Firebase Crashlytics allows adding custom keys, logs, and user identifiers to crash reports. This customization provides better debugging context to help pinpoint the exact cause of application crashes.

Do I need Firebase CLI access to manage Crashlytics for my app?

Yes, Firebase CLI access is required alongside a configured Firebase project to manage Crashlytics. The firebase-tools dependency provides the necessary command-line interface to set up and manage crash reporting.

What's the best way to track and report app crashes for mobile SDKs?

The best way to track app crashes is by integrating the Firebase Crashlytics SDK into your Android or iOS application. This provides comprehensive crash reports that enable you to improve app stability effectively.