firebase-crashlytics

Полное руководство по Firebase Crashlytics, включая настройку и использование SDK. Используйте этот навык, когда пользователю нужна помощь в настройке Crashlytics, добавлении…

npx skills add https://github.com/firebase/agent-skills --skill firebase-crashlytics

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:

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.

Больше skills от firebase

developing-genkit-dart
firebase
Унифицированный AI SDK для Dart, обеспечивающий генерацию кода, структурированные выходные данные, инструменты, потоки и агенты. Предоставляет основные API для генерации, определения инструментов, оркестрации потоков, эмбеддингов и стриминга через единый интерфейс. Включает 8+ плагинов для LLM-провайдеров (Google Gemini, Anthropic Claude, OpenAI GPT), Firebase AI, Model Context Protocol, интеграцию с браузером Chrome и хостинг HTTP-сервера через Shelf. Встроенный CLI с локальным UI для разработки, позволяющий выполнять потоки, трассировку, эксперименты с моделями и...
official
developing-genkit-js
firebase
We need to translate the given text from English to Russian, preserving the name "developing-genkit-js" if it appears, but it doesn't appear in the text. The text is a description of an agent skill. We must not add any extra commentary, labels, or formatting. Just the translation. The text: "Build AI-powered Node.js/TypeScript applications with Genkit flows, tools, and multi-model support. Genkit is provider-agnostic; supports Google AI, OpenAI, Anthropic, Ollama, and other LLM providers via plugins Define flows with type-safe schemas using Zod, execute generation requests, and compose multi-step AI workflows in TypeScript Requires Genkit CLI v1.29.0+; recent major API changes mean you must consult genkit docs:read and common-errors.md for current patterns, not prior knowledge..." We need to translate accurately, preserving technical terms like "Genkit", "Node.js", "TypeScript", "Zod", "CLI", "v1.29.0+", "docs:read",
official
extension-to-functions-codebase
firebase
Навык для преобразования установленного расширения Firebase (или исходного кода расширения) в автономную кодовую базу Cloud Functions for Firebase или публикуемый npm-пакет,…
official
firebase-ai-logic
firebase
We need to translate the given English text into Russian, preserving the name "firebase-ai-logic" if it appears. The text does not contain the name, so we just translate the description. The instruction says: "Do not include the name unless it appears in the source text." It does not appear. So we translate the description. The text: "Client-side Gemini integration for web apps with multimodal inference, streaming, and on-device hybrid execution. Supports text-only and multimodal inputs (images, audio, video, PDFs); files over 20 MB route through Cloud Storage Includes chat sessions with automatic history, streaming responses for real-time display, and structured JSON output enforcement Offers hybrid on-device inference via Gemini Nano in Chrome, with automatic fallback to cloud execution Requires App Check for production" We need to translate accurately, preserving technical terms like "Gemini", "Gemini Nano", "Cloud Storage", "App Check", "JSON", "Chrome", "multimodal inference", "streaming", "on-device hybrid execution", etc. Also numbers:
official
firebase-ai-logic-basics
firebase
Официальный навык для интеграции Firebase AI Logic (Gemini API) в веб-приложения. Охватывает настройку, мультимодальный вывод, структурированный вывод и безопасность.
official
firebase-app-hosting-basics
firebase
Развёртывание и управление полнофункциональными веб-приложениями с помощью Firebase App Hosting с использованием Next.js, Angular и других поддерживаемых фреймворков. Требуется проект Firebase на тарифном плане Blaze; поддерживаются рабочие процессы серверного рендеринга (SSR) и инкрементальной статической регенерации (ISR). Развёртывание через конфигурацию firebase.json с опциональным файлом apphosting.yaml для настройки бэкенда или включение автоматического развёртывания через "git push" с интеграцией GitHub. Включает управление секретами через команды CLI для безопасного доступа к конфиденциальным ключам...
official
firebase-auth-basics
firebase
Настройка Firebase Authentication с несколькими провайдерами идентификации и правилами безопасного доступа к данным. Поддерживает email/пароль, номер телефона, анонимный вход, федеративные провайдеры (Google, Facebook, Twitter, GitHub, Microsoft, Apple) и интеграцию с пользовательской аутентификацией. Каждый аутентифицированный пользователь получает уникальный идентификатор и JWT-токены (краткосрочные ID-токены и долгосрочные токены обновления) для доступа к сервисам Firebase. Включите провайдеры через CLI для входа через Google, анонимного входа и email/пароля; используйте Firebase Console...
official
firebase-basics
firebase
Настройка проекта Firebase и работа с CLI для интеграции AI-агента. Требуется предварительное выполнение навыка firebase-local-env-setup и установка Firebase CLI. Основной рабочий процесс включает аутентификацию через firebase login, создание проекта с уникальными идентификаторами и инициализацию сервисов с помощью интерактивной команды firebase init. Поддерживает выбор функций во время настройки, включая Firestore, Functions и Hosting, с автоматической генерацией файлов конфигурации. Самодокументируемый CLI с флагами --help для...
official