Dev & Engineering ✓ Google · Official firebaseserverlessfirebase-clinpmmobile-appsweb-apps

Firebase Foundations

A practical setup and reference guide for Firebase-powered mobile and web projects.

FollowSkills review · FSRS-2.0
Not recommended
38/ 100 5-point scale 1.9 / 5
Trust9 / 25 · 1.8/5

The files document least-privilege IAM, Security Rules, App Check, environment separation, human approval for sensitive operations, and preservation of existing MCP servers. However, they mandate unpinned latest-version npx installs, CLI login, and potentially project creation without sufficiently explicit consent, data-flow disclosure, permission scoping, or rollback guidance, so points are deducted.

Reliability6 / 20 · 1.5/5

The main sequence is coherent, covering npm checks, skill installation, login, and project selection. However, latest-version remote dependencies are nondeterministic, and there are no committed tests, version pinning, robust abnormal-input handling, diagnostic failure messages, or rollback procedures; static evidence supports only a modest score.

Adaptability5 / 15 · 1.7/5

The scope clearly targets mobile and web projects using Firebase and covers CLI, SDK, IaC, and security topics. Trigger semantics are broad, with no clear non-fit boundaries or input/output contract, no Chinese-language support evidence, and core reliance on npm, GitHub, Firebase services, and browser login may create mainland-China reachability issues.

Convention8 / 15 · 2.7/5

The documentation has metadata, a quick-start section, layered references, examples, and security caveats. Repository context supplies Apache-2.0 licensing, official Google provenance, a pinned revision, and an issue-based feedback path. The skill itself lacks a version, changelog, explicit maintenance owner, and concrete update process, and some listed external references are not included in the supplied skill files.

Effectiveness6 / 15 · 2.0/5

The skill provides usable setup guidance for Firebase projects and highlights security rules and access control. However, substantive implementation is delegated to an additional firebase/agent-skills installation or external documentation; mandatory setup adds cost and can cause external state changes, while output completeness and comparative benefit are not statically verified, so the score remains below the execution-capable anchor.

Verifiability4 / 10 · 2.0/5

Evidence consists of the revision-pinned skill files, structured reference material, command examples, repository license, and maintenance entry points. There is no committed test suite, CI coverage, third-party execution record, or independently reproducible result evidence; this is a static review only, so the score stays below5.

Evidence confidence:Low Reviewed Jul 20, 2026 Reviewed revision 513a7a51e85f
The upstream repository has new commits since this review. The score still applies to the reviewed revision shown and may not cover the latest changes.
Before you use it
  • Do not perform login, project creation, or configuration changes before confirming the target project, account permissions, billing impact, and intended external effects.
  • Using latest npx packages and remote installation introduces supply-chain and reproducibility risks; version pinning and isolated dependency review are advisable.
  • The skill depends on npm, GitHub, Firebase services, and browser authentication, so mainland-China reachability and fallback paths require separate validation.
See the full review method →

What does this skill do, and when should you use it?

Firebase Basics is designed for projects that use Firebase products or services, especially mobile and web applications. It covers installing the Firebase agent-skill set, authenticating with the Firebase CLI, and selecting or creating an active project. Its reference directory points to Firebase concepts, CLI usage, client libraries, MCP, infrastructure as code, and security topics. The supplied material does not document test coverage, version matrices, or implementation of every Firebase product.

Checks whether npm is available; installs or updates firebase/agent-skills through npx; uses the Firebase CLI to log in, inspect the active project, add a project alias, or create a project; directs the user to references covering core concepts, CLI usage, client libraries, MCP, IaC, and security; points to other Firebase skills or the Developer Knowledge MCP search_documents tool when the references do not contain needed information.

  1. A mobile developer initializing Firebase tooling for a new application.
  2. A web developer who needs to authenticate with Firebase CLI and select an active project.
  3. A team with an existing Firebase project ID that needs to bind it to the CLI.
  4. An engineer looking for focused references on Firebase client libraries, CLI usage, MCP, IaC, or security features.

What are this skill's strengths and limitations?

Pros
  • Documents npm, agent-skill installation, CLI authentication, and project-selection steps.
  • Includes references for Firebase concepts, client libraries, MCP, IaC, and security.
  • Targets both mobile and web projects.
  • The collection is Apache-2.0 licensed and can be installed with npx.
Limitations
  • Requires a Node.js environment with npm and npx, plus network access.
  • Firebase CLI operations require an authenticated account with appropriate project permissions.
  • The supplied materials show no test suite, compatibility matrix, or detailed API examples.
  • This profile covers only Firebase Basics, not sibling skills in the repository.

How do you install this skill?

Install the repository’s skill collection with:

npx skills add google/skills

Select Firebase Basics during installation. The supplied material does not specify a manual installation directory.

How do you use this skill?

Ask a compatible Agent Skills client for a Firebase-related task, for example: “Help me set up Firebase CLI and an active project for this web app.” The documented workflow includes checking npm, installing firebase/agent-skills, logging in with Firebase CLI, and checking or configuring the active project.

FAQ

Does the source specify any cost to install or use this skill?
No. The supplied materials do not provide pricing information for the skill, Firebase CLI, or Firebase projects.
What permissions are needed for Firebase CLI use?
You need to complete Firebase CLI login and have account permissions sufficient to view, bind, or create the relevant project. A detailed permission list is not provided.
Does this skill cover every Firebase development task?
That cannot be established from the source. It is presented as a basics workflow and reference directory, not as complete coverage of every Firebase product or task.
What should I do if the references do not contain the needed information?
The documentation points to other installed Firebase skills or the Developer Knowledge MCP search_documents tool.

More skills from this repository

All from google/skills

Automation & Ops ✓ Google · Official

Cloud Run Deployment Guide

Deploy and manage Cloud Run services, jobs, and worker pools with gcloud.

Dev & Engineering ✓ Google · Official

Google Bigtable Basics

Design, configure, query, and troubleshoot Google Bigtable workloads.

Automation & Ops ✓ Google · Official

Google Cloud Storage Basics

Manage GCS buckets and objects while configuring access, protection, lifecycle, cost, and performance.

Automation & Ops ✓ Google · Official

Google Cloud gcloud CLI Safety Skill

Helps agents manage and troubleshoot Google Cloud resources through validated, scoped gcloud commands.

Automation & Ops ✓ Google · Official

Agent Platform Endpoint Management

Manage Agent Platform serving endpoints and troubleshoot common endpoint failures.

Data & Analysis ✓ Google · Official

Google Analytics Data Reporting Assistant

Enable the Analytics Data API and build customized Google Analytics reports.

Data & Analysis ✓ Google · Official

Agent Platform Model Registry Manager

Manage Agent Platform models, versions, and metadata from the gcloud CLI.

Data & Analysis ✓ Google · Official

AlloyDB Database Manager

Manage AlloyDB clusters, instances, and backups with CLI, IaC, client-library, and MCP guidance.

Data & Analysis ✓ Google · Official

BigQuery Essentials

Manage BigQuery data with CLI commands and run SQL analysis.

Dev & Engineering ✓ Google · Official

Google Mobile Ads Banner Integrator

Guides Android and iOS developers through layout-aware Google Mobile Ads banner integration and configuration.

Dev & Engineering ✓ Google · Official

Google Mobile Ads Rewarded Ads Guide

Guides Android and iOS apps through opt-in rewarded ad integration.

Dev & Engineering ✓ Google · Official

Google Mobile Ads Next-Gen Migration Assistant

Guides Android apps from the legacy GMA SDK to the Next-Gen SDK.

Data & Analysis ✓ Google · Official

Cloud SQL Essentials

Guides developers through creating and connecting managed MySQL, PostgreSQL, and SQL Server resources on Google Cloud.

Automation & Ops ✓ Google · Official

GKE Basics Navigator

A focused entry point for discovering GKE cluster needs and routing each task to the right specialist skill.

Dev & Engineering ✓ Google · Official

Google Analytics Admin API Assistant

Automate Google Analytics account, property, and data-stream configuration.

Automation & Ops ✓ Google · Official

Google Cloud Global Load Balancer Configurator

Design and deploy opinionated global external Application Load Balancers on Google Cloud.

Dev & Engineering ✓ Google · Official

Google Agents CLI Agent Development Guide

Guides agents from specification through development, deployment, and monitoring.

Automation & Ops ✓ Google · Official

Google Cloud Secure Serverless Tiers

Guides agents to design, codify, deploy, and validate isolated multi-tier serverless web applications on Google Cloud.

Automation & Ops ✓ Google · Official

Agent Platform Model Deployment Assistant

Deploy, verify, and clean up Model Garden models on Google Agent Platform.

Dev & Engineering ✓ Google · Official

Google Mobile Ads SDK Starter

Guides the initial Google Mobile Ads SDK setup for Android, iOS, and Unity applications.

Related skills