Firebase Crashlytics Basics

🏢Official
by firebase · vlatest · Repository

Integrate Firebase Crashlytics to automatically collect and report app crashes for improved stability and debugging.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add firebase-crashlytics-basics npx -- -y @trustedskills/firebase-crashlytics-basics
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "firebase-crashlytics-basics": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/firebase-crashlytics-basics"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill provides basic functionality for interacting with Firebase Crashlytics. It allows you to view crash reports, filter crashes based on severity and other attributes, and understand the overall health of your application's stability. It’s designed to help developers quickly identify and address critical issues impacting user experience.

When to use it

  • Debugging a recent app update: Quickly check Crashlytics for new crash reports introduced with a recent release.
  • Investigating user complaints about crashes: Use Crashlytics to investigate specific incidents reported by users.
  • Monitoring overall app stability: Regularly review Crashlytics dashboards to identify trends and potential areas of concern.
  • Prioritizing bug fixes: Filter crash reports by severity (e.g., "fatal") to focus on the most critical issues first.

Key capabilities

  • View crash reports
  • Filter crashes by severity
  • Understand application health

Example prompts

  • "Show me the latest fatal crash reports."
  • "What are the top 5 crashes reported in the last week?"
  • "Give me a summary of app stability metrics for iOS."

Tips & gotchas

  • Requires Firebase project setup and Crashlytics integration within your application.
  • The level of detail available depends on how Crashlytics is configured within your Firebase project.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
firebase
Installs
18

🏢 Official

Published by the company or team that built the technology.