firebase-crashlytics

Integrate Firebase Crashlytics into Flutter apps to capture and report crashes.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/brahiamsinho/Examen-1-SI2 --skill firebase-crashlytics-brahiamsinho
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: firebase-crashlytics
Source: https://github.com/brahiamsinho/Examen-1-SI2/tree/main/.cursor/skills/firebase-crashlytics
Command: npx skills add https://github.com/brahiamsinho/Examen-1-SI2 --skill firebase-crashlytics-brahiamsinho

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires firebase_crashlytics, firebase_analytics, and includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the process of integrating Firebase Crashlytics into Flutter applications, enabling users to capture and report crashes and errors efficiently.

Core Features & Use Cases

  • Crash Reporting: Integrates Firebase Crashlytics to capture and report crashes.
  • Error Tracking: Tracks non-fatal exceptions and fatal errors.
  • Customization: Allows customization of crash reports with keys, logs, and user identifiers.
  • Use Case: For a Flutter app developer looking to implement robust crash reporting and error tracking.

Quick Start

Integrate Firebase Crashlytics into your Flutter app using the provided setup instructions.

Frequently Asked Questions about firebase-crashlytics

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

FAQPage Schema
How do I implement crash reporting in my Flutter app?

Crash reporting in your Flutter app is implemented by integrating Firebase Crashlytics to capture fatal errors and non-fatal exceptions. The Skill provides setup scripts to simplify this process and customize crash reports with keys, logs, and user identifiers.

What is the best way to track non-fatal errors in Flutter?

Tracking non-fatal errors in Flutter is best handled by Firebase Crashlytics, which records exceptions without crashing the app. This Skill allows you to customize these error reports with specific logs and user identifiers for comprehensive debugging.

Do I need firebase_analytics to use Firebase Crashlytics for error tracking?

You need the firebase_analytics package alongside firebase_crashlytics as a dependency to enable comprehensive error tracking in Flutter. Together, they capture crash reports and provide detailed contextual data for debugging application issues.

Can I customize crash reports with user identifiers in Flutter?

Customizing crash reports with user identifiers in Flutter is fully supported by Firebase Crashlytics. This Skill enables you to attach custom keys, logs, and user identifiers to crash reports, providing better context for tracking and resolving errors.

Does Firebase Crashlytics work with Flutter for capturing fatal crashes?

Firebase Crashlytics works seamlessly with Flutter to capture and report fatal crashes. This Skill integrates the necessary scripts to ensure comprehensive crash reporting and error tracking for your applications.