Skill

Firebase

Skill

Google’s skill for Firebase the current way.

Official Google Cloud / Firebase skill — Auth, Firestore, Hosting, and the gotchas in today’s SDK.

spec·Apache-2.0·Updated this quarter·github.com/google/skills

Claude CodeCursorDesktop
Scanned
npx skills add google/firebase-basics

By Google

Input

A Firebase feature.

Output

Rules or client code that matches the console.

firebase-basics.skill/invoke

You say

Lock Firestore to the signed-in org.

It returns

Rules with request.auth and orgId. Test case attached.

Prompt notebook

Prompts this skill is built for.

  • You say

    Lock Firestore to the signed-in org.

    It returns

    Rules with request.auth and orgId. Test case attached.

  • You say

    Why is hosting serving the old bundle?

    It returns

    Rewrites miss /app. firebase.json patched.

What it teaches

  1. 01Auth
  2. 02Firestore
  3. 03Hosting