Firebase Crashlytics Basics
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.
Run in terminal (recommended)
claude mcp add firebase-crashlytics-basics npx -- -y @trustedskills/firebase-crashlytics-basics
Or manually add to ~/.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 Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🏢 Official
Published by the company or team that built the technology.