firebase▌
27 indexed skills · max 10 per page
firebase-firestore-standard
firebase/agent-skills · Productivity
Complete guide for provisioning, securing, and integrating Cloud Firestore Standard Edition. \n \n Covers provisioning setup in Firebase projects and local environments using Firebase CLI \n Includes detailed security rules guidance for data protection and access control \n Provides SDK integration instructions for web applications using the modular SDK \n References index management, query support, and optimization best practices \n
firebase-firestore-enterprise-native-mode
firebase/agent-skills · Productivity
Complete guide for provisioning, configuring, and securing Firestore Enterprise Native Mode. \n \n Covers provisioning setup, data model organization, and SDK integration across multiple languages \n Includes comprehensive security rules guidance for protecting data access and enforcing authorization policies \n Provides index configuration and query performance optimization best practices \n Structured reference documentation for each major setup and operational area \n
firebase-data-connect
firebase/agent-skills · Productivity
PostgreSQL-backed GraphQL backend with auto-generated type-safe SDKs for web, mobile, and Flutter. \n \n Define GraphQL schema with @table decorators and relationships; Data Connect generates SQL and GraphQL operations automatically \n Write queries and mutations in GraphQL with filtering, ordering, pagination, and upsert support; transactions available via @transaction \n Secure operations with @auth levels (PUBLIC, USER, NO_ACCESS) and row-level controls using @check and @redact \n Generate ty
firebase-auth-basics
firebase/agent-skills · Productivity
Set up Firebase Authentication with multiple identity providers and secure data access rules. \n \n Supports email/password, phone number, anonymous, federated providers (Google, Facebook, Twitter, GitHub, Microsoft, Apple), and custom auth integration \n Each authenticated user receives a unique ID and JWT-based tokens (short-lived ID tokens and long-lived refresh tokens) for accessing Firebase services \n Enable providers via CLI for Google Sign In, anonymous, and email/password; use Firebase
firebase-hosting-basics
firebase/agent-skills · Productivity
Deploy static sites, SPAs, and microservices to a global CDN with zero-config SSL. \n \n Supports static sites, single-page apps (React, Vue, etc.), and dynamic content via Cloud Functions or Cloud Run integration \n Includes preview channels for testing changes on temporary URLs before live deployment, with GitHub Actions automation \n Configure routing, redirects, rewrites, and headers via firebase.json ; emulate locally at http://localhost:5000 before deploying \n Not intended for full-stack
firebase-ai-logic
firebase/agent-skills · AI/ML
Client-side Gemini integration for web apps with multimodal inference, streaming, and on-device hybrid execution. \n \n Supports text-only and multimodal inputs (images, audio, video, PDFs); files over 20 MB route through Cloud Storage \n Includes chat sessions with automatic history, streaming responses for real-time display, and structured JSON output enforcement \n Offers hybrid on-device inference via Gemini Nano in Chrome, with automatic fallback to cloud execution \n Requires App Check for
firebase-ai-logic
supercent-io/skills-template · AI/ML
Integrate Gemini AI into Firebase apps with text generation, streaming, and image analysis capabilities. \n \n Supports text generation, streaming responses, and multimodal (image + text) analysis through Firebase's Gemini integration \n Includes SDK setup for web (JavaScript/TypeScript) with Firebase initialization and model configuration \n Provides security rules templates for protecting AI request logs and enforces API key management via environment variables \n Built-in best practices cover