You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Priority epic — unblock mobile development without requiring every engineer to run Docker locally. On the Expo SDK 56 CNG (Android-only) baseline, developers point EXPO_PUBLIC_API_BASE_URL at a real Fluent API and sync into on-device SQLite. This epic documents the workflow and closes the local Docker My Work gap on the server side.
Pivot (2026-06): Mobile mock seed (#106) and offline auth bypass (#107) are descoped. Data arrives via syncAllData() from real APIs — not fake mobile fixtures.
Verify pass (2026-07):#108 docs complete and closed. #106/#107 descoped. Epic complete; fluent-api seeder (E2) remains optional follow-up outside this epic.
Summary
Priority epic — unblock mobile development without requiring every engineer to run Docker locally. On the Expo SDK 56 CNG (Android-only) baseline, developers point
EXPO_PUBLIC_API_BASE_URLat a real Fluent API and sync into on-device SQLite. This epic documents the workflow and closes the local Docker My Work gap on the server side.Pivot (2026-06): Mobile mock seed (#106) and offline auth bypass (#107) are descoped. Data arrives via
syncAllData()from real APIs — not fake mobile fixtures.Verify pass (2026-07): #108 docs complete and closed. #106/#107 descoped. Epic complete; fluent-api seeder (E2) remains optional follow-up outside this epic.
Sub-issues / deliverables
Local SQLite seed/fixtures for offline dev #106— Descoped (mobile mock seed superseded)Mock-API / offline dev mode when EXPO_PUBLIC_API_BASE_URL unset #107— Descoped (offline mock mode superseded; optional app-shell hardening tracked separately)Two co-equal dev paths
EXPO_PUBLIC_API_BASE_URLhttps://dev.api.fluent.biblehttp://10.0.2.2:9999(./fapi.sh up+db:initin fluent-api)Web app: https://dev.app.fluent.bible
Dependency ordering
Unblocks feature epics (#115/#116/#117/#118) for UI development against real data.
Open dependencies
Links
fapi.sh