firebase▌
28 indexed skills · max 10 per page
firebase-local-env-setup
firebase/agent-skills · Productivity
Prerequisite setup for Firebase agent integration: Node.js, CLI authentication, and MCP server installation. \n \n Verifies Node.js v20+ installation and guides setup via nvm or official installers for macOS, Linux, and Windows \n Confirms Firebase CLI availability through npx firebase-tools and authenticates via firebase login with remote environment support \n Directs agent-specific MCP server and skill installation for Gemini CLI, Antigravity, Claude Code, Cursor, GitHub Copilot, and other pl
firebase-app-hosting-basics
firebase/agent-skills · Productivity
Deploy and manage full-stack web apps with Firebase App Hosting using Next.js, Angular, and other supported frameworks. \n \n Requires Firebase project on Blaze pricing plan; supports Server-Side Rendering (SSR) and Incremental Static Regeneration (ISR) workflows \n Deploy via firebase.json configuration with optional apphosting.yaml for backend setup, or enable automated \"git push to deploy\" through GitHub integration \n Includes secret management via CLI commands for secure access to sensiti
firebase-local-env-setup
firebase/skills · Productivity
This skill documents the bare minimum setup required for a full Firebase experience for the agent. Before starting to use any Firebase features, you MUST verify that each of the following steps has been completed.
firebase-firestore-standard
firebase/skills · Productivity
This skill provides a complete guide for getting started with Cloud Firestore Standard Edition, including provisioning, securing, and integrating it into your application.
firebase-data-connect
firebase/skills · Productivity
Firebase Data Connect is a relational database service using Cloud SQL for PostgreSQL with GraphQL schema, auto-generated queries/mutations, and type-safe SDKs.
firebase-cli
supercent-io/skills-template · Productivity
Keyword: firebase · firebase deploy · firebase init · firebase emulators
firebase-hosting-basics
firebase/skills · Productivity
This skill provides instructions and references for working with Firebase Hosting, a fast and secure hosting service for your web app, static and dynamic content, and microservices.
firebase-ai-logic
firebase/skills · AI/ML
Firebase AI Logic is a product of Firebase that allows developers to add gen AI to their mobile and web apps using client-side SDKs. You can call Gemini models directly from your app without managing a dedicated backend. Firebase AI Logic, which was previously known as "Vertex AI for Firebase", represents the evolution of Google's AI integration platform for mobile and web developers.
firebase-auth
jezweb/claude-skills · Productivity
Email/password, OAuth, phone auth, and custom tokens for user authentication and session management. \n \n Supports email/password sign-up and sign-in with password reset, plus OAuth providers (Google, GitHub, Microsoft, Apple) with popup and redirect flows \n Includes client-side auth state management via listeners and React hooks, plus server-side token verification and session cookies for SSR applications \n Provides custom claims and roles, phone authentication with reCAPTCHA, and multi-fact
firebase-firestore
jezweb/claude-skills · Productivity
NoSQL document database with real-time sync, offline persistence, and security rules. \n \n Supports both Client SDK (authenticated users) and Admin SDK (server-side, bypasses rules) with modular v9+ API for CRUD, queries, transactions, and batch operations \n Real-time listeners via onSnapshot() for documents and collections; requires manual unsubscribe to prevent memory leaks and connection limits \n Compound queries with multiple filters, range queries, array operations, and pagination via cu