firebase-crashlytics

Configure Firebase Crashlytics integration for Android and iOS crash reporting.

Updated Apr 5, 2026
One-click install
npx skills add https://github.com/inehemiasm/AiAssistant --skill firebase-crashlytics-inehemiasm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: firebase-crashlytics
Source: https://github.com/inehemiasm/AiAssistant/tree/main/.agents/skills/firebase-crashlytics
Command: npx skills add https://github.com/inehemiasm/AiAssistant --skill firebase-crashlytics-inehemiasm

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps developers configure Firebase Crashlytics so they can capture, diagnose, and monitor application crashes instead of debugging failures without production insights.

Core Features & Use Cases

  • Crashlytics Setup Guidance: Provides Android and iOS integration steps for adding Firebase Crashlytics to applications.
  • SDK Configuration Support: Covers dependencies, project setup, crash reporting options, custom debugging data, and validation workflows.
  • Use Case: Help a mobile developer add crash reporting to an app, verify that crash reports are received, and improve issue diagnosis with actionable crash metadata.

Quick Start

Use the firebase-crashlytics skill to configure Crashlytics for my Android or iOS application and verify the crash reporting setup.

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 for my mobile application?

To set up Firebase Crashlytics, you need to configure your Firebase project, install the SDK, and apply platform-specific settings for Android or iOS. This enables reliable crash reporting and diagnostics for your application.

What do I need to integrate Crashlytics SDK on Android and iOS?

Integrating the Crashlytics SDK requires Firebase CLI knowledge to complete project setup, install dependencies, and configure platform-specific build files for both Android and iOS development workflows.

How can I verify that my Firebase crash reporting is working?

You can verify Firebase crash reporting by triggering a test crash in your mobile application and confirming that the crash report and diagnostics metadata appear in your Firebase project dashboard.

Does Firebase Crashlytics support custom debugging data for crash reports?

Yes, Firebase Crashlytics supports custom debugging data. You can customize crash reports by appending custom metadata and keys, which helps improve issue diagnosis with actionable crash context.