Firebase Emulator Suite integration tests for Firestore rules, Cloud Functions, and Auth flows
From jm-adknpx claudepluginhub javimontano/jm-adk-alfaThis skill uses the workspace's default tool permissions.
agents/guardian.mdagents/lead.mdagents/specialist.mdagents/support.mdevals/evals.jsonknowledge/body-of-knowledge.mdknowledge/knowledge-graph.mdprompts/meta.mdprompts/primary.mdprompts/variations/deep.mdprompts/variations/quick.mdtemplates/output.docx.mdtemplates/output.htmlSearches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Designs and optimizes AI agent action spaces, tool definitions, observation formats, error recovery, and context for higher task completion rates.
Validate cross-service interactions using Firebase Emulator Suite. Test Firestore security rules, Cloud Functions triggers, and Auth flows against real emulated backends — not mocks. [EXPLICIT]
clearFirestore() and clearAuth() run in beforeEach. [EXPLICIT]firebase.json has emulator config (see skill 087). [EXPLICIT]@firebase/rules-unit-testing for Firestore rules tests. [EXPLICIT]test/integration/ directory with setup file that connects to emulator ports. [EXPLICIT]firebase emulators:exec --only firestore,auth,functions "vitest run --config vitest.integration.config.ts". [EXPLICIT]onCreate, onUpdate, onDelete via emulator writes. Assert side effects. [EXPLICIT]permission-denied. [EXPLICIT]http://localhost:8080/emulator/v1/projects/{id}:ruleCoverage. [EXPLICIT]| Input | Output |
|---|---|
Firestore security rules (firestore.rules) | Rule coverage report (HTML) |
| Cloud Functions source | Trigger execution logs + assertion results |
| Auth flow definitions | User creation/deletion verification |
firebase.json emulator config | Emulator boot + test execution |
onCreate/onUpdate/onDelete has integration test. [EXPLICIT]firebase emulators:exec runs in pipeline with Java 11+. [EXPLICIT]waitForExpect.getIdTokenResult(true).firebase.json config.beforeEach cleanup.Example invocations: