firebase-basics

Installation
Summary

Firebase CLI fundamentals for project setup, authentication, and service initialization.

  • Covers authentication via Firebase CLI login, project creation with unique IDs, and service initialization through interactive prompts
  • Guides setup of core Firebase services including Firestore, Functions, and Hosting with configuration file generation
  • Includes self-documenting CLI help system for discovering available commands and detailed usage patterns
  • Requires prior completion of firebase-local-env-setup skill and Firebase CLI installation
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
788
Repository
firebase/skills
GitHub Stars
277
First Seen
Feb 11, 2026