firebase-local-env-setup
Prerequisite setup for Firebase agent integration: Node.js, CLI authentication, and MCP server installation.
- Verifies Node.js v20+ installation and guides setup via nvm or official installers for macOS, Linux, and Windows
- Confirms Firebase CLI availability through
npx firebase-toolsand authenticates viafirebase loginwith remote environment support - Directs agent-specific MCP server and skill installation for Gemini CLI, Antigravity, Claude Code, Cursor, GitHub Copilot, and other platforms
- Enforces completion of all four verification steps before proceeding to other Firebase tasks
Firebase Local Environment Setup
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.
1. Verify Node.js
-
Action: Run
node --version. -
Handling: Ensure Node.js is installed and the version is
>= 20. If Node.js is missing or< v20, install it based on the operating system:Recommended: Use a Node Version Manager This avoids permission issues when installing global packages.
For macOS or Linux:
- Guide the user to the official nvm repository.
- Request the user to manually install
nvmand reply when finished. Stop and wait for the user's confirmation. - Make
nvmavailable in the current terminal session by sourcing the appropriate profile:# For Bash source ~/.bash_profile source ~/.bashrc
More from firebase/agent-skills
firebase-basics
>-
50.9Kfirebase-auth-basics
Guide for setting up and using Firebase Authentication. Use this skill when the user's app requires user sign-in, user management, or secure data access using auth rules.
50.5Kfirebase-hosting-basics
Skill for working with Firebase Hosting (Classic). Use this when you want to deploy static web apps, Single Page Apps (SPAs), or simple microservices. Do NOT use for Firebase App Hosting.
49.2Kfirebase-app-hosting-basics
Deploy and manage web apps with Firebase App Hosting. Use this skill when deploying Next.js/Angular apps with backends.
48.9Kfirebase-data-connect
Builds and deploys Firebase SQL Connect (aka Firebase Data Connect) backends with PostgreSQL securely. Use when designing schemas with tables and relations, writing authorized queries and mutations, configuring real-time data updates, or generating type-safe SDKs. Use when you need a relational database with Firebase, or when the user mentions SQL Connect or Data Connect.
48.7Kdeveloping-genkit-js
Develop AI-powered applications using Genkit in Node.js/TypeScript. Use when the user asks about Genkit, AI agents, flows, or tools in JavaScript/TypeScript, or when encountering Genkit errors, validation issues, type errors, or API problems.
47.5K