firebase-basics

Installation
Summary

Firebase project setup and CLI workflow for AI agent integration.

  • Requires prior completion of firebase-local-env-setup skill and Firebase CLI installation
  • Core workflow covers authentication via firebase login, project creation with unique IDs, and service initialization through the interactive firebase init command
  • Supports feature selection during setup including Firestore, Functions, and Hosting with automatic configuration file generation
  • Self-documenting CLI with --help flags for discovering commands and detailed usage across all Firebase services
SKILL.md

Prerequisites

Complete these setup steps before proceeding:

  1. Local Environment Setup: Verify the environment is properly set up so we can use Firebase tools:

    • Run npx -y firebase-tools@latest --version to check if the Firebase CLI is installed.
    • Verify if the Firebase MCP server is installed using your existing tools.
    • CRITICAL: Before configuring any extensions or agent environments below, you MUST read references/local-env-setup.md.
    • DO NOT SKIP this step: if 'firebase-basics' is the only Firebase skill available to you, you must follow the reference for your agent environment to set up the full suite of Firebase skills:
Related skills
Installs
50.8K
GitHub Stars
277
First Seen
Feb 17, 2026