firebase-basics
firebase/agent-skills
Make sure you follow firebase-local-env-setup skill first. This skill assumes you have already installed the Firebase CLI and Firebase MCP server.
npx skills add https://github.com/firebase/agent-skills --skill firebase-basics
Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.
Latest reviews
No community reviews yet. Be the first to review.
What does firebase-basics do?
Make sure you follow firebase-local-env-setup skill first. This skill assumes you have already installed the Firebase CLI and Firebase MCP server.
Is firebase-basics good?
firebase-basics does not have approved reviews yet, so SkillJury cannot publish a community verdict.
What agent does firebase-basics work with?
firebase-basics currently lists compatibility with Agent compatibility has not been published yet..
What are alternatives to firebase-basics?
Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.
How do I install firebase-basics?
npx skills add https://github.com/firebase/agent-skills --skill firebase-basics
More from firebase/agent-skills
firebase-data-connect
by firebase/agent-skills
Firebase Data Connect is a relational database service using Cloud SQL for PostgreSQL with GraphQL schema, auto-generated queries/mutations, and type-safe SDKs.
firebase-local-env-setup
by firebase/agent-skills
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.
firebase-auth-basics
by firebase/agent-skills
Firebase Authentication provides backend services, easy-to-use SDKs, and ready-made UI libraries to authenticate users to your app.
firebase-firestore-basics
by firebase/agent-skills
This skill provides a complete guide for getting started with Cloud Firestore, including provisioning, securing, and integrating it into your application.
Alternatives in Software Engineering
telegram-bot-builder
by sickn33/antigravity-awesome-skills
Source details, install context, and public review data are available on the full page.
flutter-app-size
by flutter/skills
Analyzes and optimizes Flutter application size by measuring build artifacts, generating size analysis reports, utilizing Dart DevTools for component breakdown, and implementing specific size reduction strategies such as debug info splitting, resource compression, and platform-specific tree-shaking. Assumes a...
sharp-edges
by trailofbits/skills
Evaluates whether APIs, configurations, and interfaces are resistant to developer misuse. Identifies designs where the "easy path" leads to insecurity.
iterative-retrieval
by affaan-m/everything-claude-code
Solves the "context problem" in multi-agent workflows where subagents don't know what context they need until they start working.