#13 · Character · 2026-05-10
Hero document model and cloud sync wiring
Status: Backlog
CharacterImplementation
- Define initial Firestore (or chosen store) documents for roster entries and hero state; real-time listeners from the client.
- Start with a minimal schema that can grow—avoid big-bang fields; migrate with care.
- Respect client-authoritative rules—server stores data, not rule verdicts.
Questions
- Schema versioning strategy—single version field vs collection migration playbook?
- Depends on task