firebase/agent-skills · Official

firebase-crashlytics

Comprehensive guide for Firebase Crashlytics, including provisioning and SDK usage. Use this skill when the user needs help setting up Crashlytics, adding crash reporting, or using the Crashlytics SDK in their application.

All-time #313 Trending #358 Hot #6451 First seen Apr 30, 2026
8-week activity · all time api

Installation

$ npx skills add firebase/agent-skills --skill firebase-crashlytics

Summary

  • Complete guide for Firebase Crashlytics setup and crash reporting across Android and iOS platforms.
  • Covers SDK provisioning, initialization, and configuration for both Android and iOS applications Enables crash report customization through custom keys, logs, user identifiers, and non-fatal exception reporting Requires a Firebase project and app; integrates with Firebase CLI's MCP server for reading collected crash data Designed to work alongside the firebase-basics skill for full Firebase project setup and management

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Security audits

Partner security reviews for this skill.

agent-trust-hub SAFE

Analyzed May 6, 2026

This skill provides standard procedures for integrating Firebase Crashlytics into Android and iOS applications. It uses official Firebase tools and repositories for configuration and dependency management. No security risks were identified.

snyk LOW

Analyzed May 6, 2026

No issues detected.

socket Score 0.9000 · 0 alerts

Analyzed May 6, 2026

  • license 1
  • maintenance 1
  • quality 0.9
  • supply chain 1
  • vulnerability 1

0 alerts

Also in this package

Other skills from firebase/agent-skills · top by installs.

npx skills add firebase/agent-skills

Browse all from firebase/agent-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 437
License LICENSE
Default branch main
Open issues 10
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

CompatibilityThis skill is best used with the Firebase CLI, but does not require it. Firebase CLI can be accessed through `npx -y firebase-tools@latest`.
More metadata
category
CloudObservabilityAndMonitoring

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,733 B
  • docs SUMMARY.md 250 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 105,223 installs

SKILL.md

Crashlytics

This skill provides a complete guide for getting started with Crashlytics on Android or iOS. Crash data collected from client applications can be read using the MCP server in the Firebase CLI.

Prerequisites

Provisioning Crashlytics requires both a Firebase project and a Firebase app, either Android or iOS. To read the data collected by Crashlytics, install the MCP server in the Firebase CLI. See the firebase-basics skill for references.

SDK Setup

To learn how to setup Crashlytics in your application code, choose your platform:

  • Android: [androidsetup.md](references/androidsetup.md)
  • iOS: [iossetup.md](references/iossetup.md)

SDK Usage

The SDK provides a number of features to make crash reports more actionable.

  • Add custom keys
  • Add custom logs
  • Set user identifiers
  • Report non-fatal exceptions

To learn how to customize crash reports and add additional debugging data, consult the documentation for your platform.

  • Android:

Customize Crash Reports for Android

  • iOS:

Customize Crash Reports for Apple Platforms