firebase-basics

Installation
SKILL.md

Prerequisites

Please complete these setup steps before proceeding, and remember your progress to avoid repeating them in future interactions.

  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.
    • If either of these checks fails, please review references/local-env-setup.md to get the environment ready.
  2. Authentication: Ensure you are logged in to Firebase so that commands have the correct permissions. Run npx -y firebase-tools@latest login. For environments without a browser (e.g., remote shells), use npx -y firebase-tools@latest login --no-localhost.

    • The command should output the current user.
    • If you are not logged in, follow the interactive instructions from this command to authenticate.
Installs
4
GitHub Stars
1
First Seen
Apr 5, 2026
firebase-basics — kinnekate-hub/agent-skills