firebase-basics
Provides foundational Firebase CLI workflows including authentication, project management, and configuration file retrieval.
Is firebase-basics safe to install?
Review the source first: our audit of firebase-basics's source files found 9 shell commands, 0 external URLs, file reads and writes (high risk). Every command and URL listed appears verbatim in the skill's source. The skill executes shell commands via npx and writes configuration files like google-services.json to the local filesystem.
How we audit skills: our security review methodology.
Who is this skill for?
Developers using AI agents to manage Firebase projects via the command line.
What can you do with it?
- Checking Firebase CLI version
- Authenticating with Firebase
- Setting or creating active Firebase projects
- Retrieving google-services.json or GoogleService-Info.plist files
How good is this skill?
Quality score: 5/10. The skill provides clear, actionable instructions and enforces best practices for CLI usage and configuration management.
What does the skill file contain?
# 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](references/local-env-setup.md).
- **DO NOT SKIP** this step: if 'firebase-basics' is the only Firebase skill
...Frequently asked questions
How do I ensure I am using the latest Firebase CLI version?
Always prepend commands with npx -y firebase-tools@latest instead of using the naked firebase command.
What should I do if the login command fails to open a browser?
Use the command npx -y firebase-tools@latest login --no-localhost to authenticate in environments without a browser.
How do I handle Firebase configuration files for mobile apps?
Use the Firebase CLI commands apps:sdkconfig for Android or iOS to fetch and save the configuration files programmatically instead of downloading them manually from the console.
Related skills
find-skills
2.3MUsers seeking to extend agent capabilities with specialized tools, workflows, or knowledge packages
The find-skills skill enables agents to search for, discover, and install modular packages from the open agent skills ecosystem using the Skills CLI.
agent-browser
506.7KAI agents and developers requiring programmatic web interaction, exploratory testing, or automation of Electron desktop applications
The agent-browser CLI provides browser automation for AI agents using Chrome or Chromium via CDP. It supports page navigation, form interaction, data extraction, and testing. The tool utilizes accessibility-tree snapshots and element references for interaction.
video-edit
338.7KUsers of the RunComfy CLI who need to automate video editing tasks like restyling, background swapping, or motion transfer
The video-edit skill acts as a router for the RunComfy CLI, selecting between Wan 2.7 Edit-Video, Kling 2.6 Pro Motion Control, and Lucy Edit Restyle models based on user intent to perform video transformations.
agentspace
324.0KDevelopers and AI agent users who need to share, monitor, or collaborate on agent-generated files and workspaces in real-time
Agentspace provides a mechanism to share local agent files, logs, and artifacts via a live browser-accessible URL. It enables remote viewing, commenting, and editing of specified local paths through the ascli command-line tool.