Skip to content

Commit ec54060

Browse files
committed
Polish README
1 parent a93452d commit ec54060

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • demos/react-supabase-time-based-sync

demos/react-supabase-time-based-sync/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# PowerSync + Supabase: Time-Based Sync (Local-First)
1+
# PowerSync + Supabase: Time-Based Sync
22

33
This demo shows how to use [PowerSync Sync Streams](https://docs.powersync.com/sync/sync-streams) to dynamically control which data is synced to the client based on a date. The backend contains a set of issues with `created_at` / `updated_at` as **`TIMESTAMPTZ`** in Postgres. Each selected date creates its own sync stream subscription with a `date` parameter. Toggling dates on or off adds or removes stream subscriptions and PowerSync syncs the matching issues. TTL is set to 0 so data is removed immediately when dates are deselected.
44

0 commit comments

Comments
 (0)