- Ios Simulator Test RecordingSkill to run xcodebuild tests on iOS Simulator while recording a video walkthrough, dynamically selecting the highest available OS and device. Most useful for running XCUITests.firebase/firebase-ios-sdk6,630
- Resolve Docker VulnerabilitiesSkill to resolve Docker vulnerabilities for the firebase-cli image. Use this skill when you need to check for vulnerabilities in the firebase-cli Docker image and address them.firebase/firebase-tools4,440
- Update Pub/Sub EmulatorHow to update the Pub/Sub emulatorfirebase/firebase-tools4,440
- Dataconnect Emulator UpgradeAutomates updating the firebase-dataconnect emulator and firebase-tools version in CI, including creating a branch, committing the updates, pushing to GitHub, and creating a pull request.firebase/firebase-android-sdk2,548
- Dataconnect Set CliSets the local path to the Data Connect emulator binary to use in gradle builds by setting the dataConnectExecutable.file property in dataconnect.local.propertiesfirebase/firebase-android-sdk2,548
- Firebaseui Ios Getting StartedSets up FirebaseUI for SwiftUI authentication in a consumer iOS app. Use when adding FirebaseUI-iOS auth, FirebaseAuthSwiftUI, AuthPickerView, or default FirebaseUI SwiftUI sign-in views to an app repo.firebase/FirebaseUI-iOS1,587
- Firebase Ai Logic BasicsOfficial skill for integrating Firebase AI Logic (Gemini API) into web applications. Covers setup, multimodal inference, structured output, and security.firebase/agent-skills370
- Firebase App Hosting BasicsDeploy and manage web apps with Firebase App Hosting. Use this skill when deploying Next.js/Angular apps with backends.firebase/agent-skills370
- Firebase Auth BasicsGuide for setting up and using Firebase Authentication. Use this skill when the user's app requires user sign-in, user management, or secure data access using auth rules.firebase/agent-skills370
- Firebase BasicsProvides foundational setup, authentication, and project management workflows for Firebase using the Firebase CLI. Use when checking Firebase CLI version (must use 'npx -y firebase-tools@latest --version'), initializing a Firebase environment, authenticating, setting active projects, or setting up `google-services.json` or `GoogleService-Info.plist` files.firebase/agent-skills370
- Firebase CrashlyticsComprehensive 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.firebase/agent-skills370
- Firebase Data ConnectBuilds and deploys Firebase SQL Connect (aka Firebase Data Connect) backends with PostgreSQL securely. Use when designing schemas with tables and relations, writing authorized queries and mutations, configuring real-time data updates, or generating type-safe SDKs. Use when you need a relational database with Firebase, or when the user mentions SQL Connect or Data Connect.firebase/agent-skills370
- Firebase FirestoreSets up, manages, and executes queries against Cloud Firestore database instances, including advanced native full-text search and relational joins using pipelines. You MUST unconditionally activate this skill if you plan to use Firestore in any way. Use when listing or creating Firestore databases, configuring security rules, designing data models, writing client SDK queries (including search/joins), or checking indexes.firebase/agent-skills370
- Firebase Hosting BasicsSkill for working with Firebase Hosting (Classic). Use this when you want to deploy static web apps, Single Page Apps (SPAs), or simple microservices. Do NOT use for Firebase App Hosting.firebase/agent-skills370
- Firebase Remote Config BasicsComprehensive guide for Firebase Remote Config, including template management and SDK usage. Use this skill when the user needs help setting up Remote Config, managing feature flags, or updating app behavior dynamically.firebase/agent-skills370
- Firebase Security Rules AuditorA skill to evaluate how secure Firestore security rules are. Use this when Firestore security rules are updated to ensure that the generated rules are extremely secure and robust.firebase/agent-skills370
- Xcode Project SetupSafely modifies Xcode projects (.pbxproj) to add Swift Packages and link files. Use this skill whenever an iOS project needs dependencies installed (e.g. Firebase, Alamofire).firebase/agent-skills370
- Firebase Cpp BuilderInstructions and workflows for building the Firebase C++ SDK natively. Use this skill when you need to compile the C++ SDK per-product (e.g., auth, database) across different platforms (Desktop, iOS, Android).firebase/firebase-cpp-sdk320
- Firebase Cpp FormatterFormatting workflow for C++ and Objective-C code in the Firebase C++ SDK. Use when modifying source code and ensuring compliance with the repository's clang-format rules.firebase/firebase-cpp-sdk320
- Firebase Cpp Test RunnerWorkflows for locally building and running test apps for the Firebase C++ SDK across Android, iOS, and Desktop. Use when validating new features or bug fixes.firebase/firebase-cpp-sdk320
- Developing Genkit ToolingBest practices for authoring Genkit tooling, including CLI commands and MCP server tools. Covers naming conventions, architectural patterns, and consistency guidelines.firebase/genkit
- Eli5Explain concepts in very simple terms suitable for a five-year-old.firebase/genkit
- Firebase Ai Logic BasicsOfficial skill for integrating Firebase AI Logic (Gemini API) into web applications. Covers setup, multimodal inference, structured output, and security.firebase/skills
- Firebase App Hosting BasicsDeploy and manage web apps with Firebase App Hosting. Use this skill when deploying Next.js/Angular apps with backends.firebase/skills
- Firebase Auth BasicsGuide for setting up and using Firebase Authentication. Use this skill when the user's app requires user sign-in, user management, or secure data access using auth rules.firebase/skills
- Firebase BasicsProvides foundational setup, authentication, and project management workflows for Firebase using the Firebase CLI. Use when checking Firebase CLI version (must use 'npx -y firebase-tools@latest --version'), initializing a Firebase environment, authenticating, setting active projects, or setting up `google-services.json` or `GoogleService-Info.plist` files.firebase/skills
- Firebase CrashlyticsComprehensive 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.firebase/skills
- Firebase Data ConnectBuilds and deploys Firebase SQL Connect (aka Firebase Data Connect) backends with PostgreSQL securely. Use when designing schemas with tables and relations, writing authorized queries and mutations, configuring real-time data updates, or generating type-safe SDKs. Use when you need a relational database with Firebase, or when the user mentions SQL Connect or Data Connect.firebase/skills
- Firebase FirestoreSets up, manages, and executes queries against Cloud Firestore database instances, including advanced native full-text search and relational joins using pipelines. You MUST unconditionally activate this skill if you plan to use Firestore in any way. Use when listing or creating Firestore databases, configuring security rules, designing data models, writing client SDK queries (including search/joins), or checking indexes.firebase/skills
- Firebase Hosting BasicsSkill for working with Firebase Hosting (Classic). Use this when you want to deploy static web apps, Single Page Apps (SPAs), or simple microservices. Do NOT use for Firebase App Hosting.firebase/skills
- Firebase Remote Config BasicsComprehensive guide for Firebase Remote Config, including template management and SDK usage. Use this skill when the user needs help setting up Remote Config, managing feature flags, or updating app behavior dynamically.firebase/skills
- Firebase Security Rules AuditorA skill to evaluate how secure Firestore security rules are. Use this when Firestore security rules are updated to ensure that the generated rules are extremely secure and robust.firebase/skills
- HaikuRespond as a single traditional haiku with a 5-7-5 syllable structure.firebase/genkit
- PirateRespond in the voice of a swashbuckling pirate.firebase/genkit
- Python ExpertConventions for clean, idiomatic Python. Load whenever you read, edit, or write Python source files.firebase/genkit
- ShakespeareRespond in the style of William Shakespeare — early modern English, poetic cadence.firebase/genkit
- Test WriterHow to write pytest tests for modules in this workspace. Load whenever you are about to write or extend tests.firebase/genkit
- TypescriptTypeScript coding conventions, best practices, and patterns for writing clean, maintainable code.firebase/genkit
- Xcode Project SetupSafely modifies Xcode projects (.pbxproj) to add Swift Packages and link files. Use this skill whenever an iOS project needs dependencies installed (e.g. Firebase, Alamofire).firebase/skills