firebase-crashlytics

Integrate Firebase Crashlytics into Flutter applications to capture and report errors.

Updated May 31, 2026
One-click install
npx skills add https://github.com/sebach0/SEGUNDO-EXAMEN-PARCIAL-APP.-WEB-Y-MOVIL --skill firebase-crashlytics-sebach0
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: firebase-crashlytics
Source: https://github.com/sebach0/SEGUNDO-EXAMEN-PARCIAL-APP.-WEB-Y-MOVIL/tree/main/.cursor/skills/firebase-crashlytics
Command: npx skills add https://github.com/sebach0/SEGUNDO-EXAMEN-PARCIAL-APP.-WEB-Y-MOVIL --skill firebase-crashlytics-sebach0

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps manage and track errors and crashes in Flutter apps, ensuring better app stability and user experience.

Core Features & Use Cases

  • Crash Reporting: Records and reports crashes, fatal and non-fatal errors, and uncaught exceptions.
  • Error Tracking: Tracks error occurrences and provides insights into the app's health.
  • Customization: Allows customization of crash reports with keys, logs, and user identifiers.
  • Opt-in Reporting: Configures opt-in data collection or disables reporting in debug builds.
  • Symbol File Upload: Handles symbol file uploads for obfuscated builds.
  • Use Case: If you're developing a Flutter app and want to ensure it can recover from errors gracefully while providing detailed crash reports.

Quick Start

Integrate Firebase Crashlytics into your Flutter app with flutter pub add firebase_crashlytics.

Frequently Asked Questions about firebase-crashlytics

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

FAQPage Schema
How do I add crash reporting and error tracking to my Flutter app?

Add crash reporting to a Flutter app by integrating Firebase Crashlytics to capture fatal and non-fatal errors, track uncaught exceptions, and report app stability issues. It requires adding the Firebase plugins and configuring your project properly to function correctly.

What is the best way to track Flutter app crashes and monitor stability?

Firebase Crashlytics provides comprehensive crash reporting by recording error occurrences and delivering insights into app health. It allows customizing crash reports with keys, logs, and user identifiers to effectively monitor and enhance Flutter app stability.

Does Firebase Crashlytics support configuring opt-in data collection for Flutter?

Yes, Firebase Crashlytics supports configuring opt-in data collection and can disable error tracking and crash reporting in debug builds. This ensures crash reports are only generated and uploaded under your specified data collection conditions.

How do I handle symbol file uploads for obfuscated Flutter builds?

Firebase Crashlytics handles symbol file uploads for obfuscated Flutter builds to ensure that crash reporting accurately captures and decodes the original error traces. This process requires proper configuration of the Firebase plugins in your project.

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

Integrating Firebase Crashlytics for error tracking in Flutter requires the firebase_crashlytics and firebase_analytics dependencies. Both Firebase plugins must be present and properly configured to capture crashes and report app stability data.