← Roadmap

#5 · Platform · 2026-05-10

Real-time cloud data layer for hero state

Status: Backlog

Platform

Implementation

  • Provide a cloud-backed store (e.g. Firestore or chosen equivalent) so roster and hero state sync in real time across signed-in devices.
  • Treat real-time sync as first-class from initial implementation, not a retrofit.

Questions

  • Offline write queue when connectivity drops—drop, buffer, or block edits?
  • Conflict and merge rules under sync lag between two signed-in devices.
  • How optional-offline sessions reconcile with cloud-primary writes once back online.
  • When export/backup ships relative to real-time sync (export is not a gate per spec, but ordering still matters).