The react-supabase-todolist demo project is missing the following setup steps:
- It is missing a
database.sql file to create the database schema, row level security (RLS) rules, and publication needed for PowerSync.
- It is also missing the
sync-rules.yml file for configuring sync rules.
If no one else if working on it, I'll be happy to raise a PR.