Marshall’s Playbook for Migration to Supabase
Supabase processes and conventions
In order to accommodate bets taking place in a single transaction, we need to migrate all the relevant writes at once across multiple collections.
Blocked by realtime?
[J, c] Migrate one field at a time
Replicator always writes to data object
But change trigger to not replicate some fields from data object to native column
Then we can change writes incrementally per field
June 13, 2023