Databases 2 documented workflows
Firestore
Document CRUD and query workflows through the local Firestore emulator. Enable it explicitly before use.
Documented workflows
2 workflows- documents.create/read/update/delete
- queries/index behavior
Service boundaries
- Seed and browser parity is not fully hardened.
- Index/query behavior is unverified.
- documents.create/read/update/delete: External emulator is available; seed and browser parity needs hardening.
- queries/index behavior: Complex query/index parity is unverified.
- Documents do not have an audited persisted data directory in the assembled container
- Treat restart persistence as unsupported.
Next steps
- Firestore emulator overview: setup, documented workflows, and FAQ.
- AI agent local testing: prompts and endpoint routing for local workflows.
- Local cloud for AI agents: give agent-written cloud code a credentialless target.
- Compatibility: compare all 27 service guides.
- Configuration: service selection, tiers, and runtime precedence.