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