Skip to content

Commit

Permalink
Apply feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
cbullinger committed Dec 26, 2023
1 parent 925ad06 commit 05a431b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions source/sdk/flutter/sync/manage-sync-subscriptions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,7 @@ Wait for a Query Subscription to Sync

When you subscribe to a query's results, the results do not contain objects
until synced data is downloaded. When you do need to wait for synced objects to
finish downloading, configure the :flutter-sdk:`waitForSyncMode <realm/WaitForSyncMode.html>` option. You can specify
different behavior for your subscriptions and how they handle writing for
downloads.
finish downloading, configure the :flutter-sdk:`waitForSyncMode <realm/WaitForSyncMode.html>` option.

This example uses the ``firstTime`` option, which is the default behavior.
A subscription with ``firstTime`` behavior only waits for sync to finish when a
Expand Down
4 changes: 1 addition & 3 deletions source/sdk/react-native/sync-data/flexible-sync.txt
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,7 @@ Wait for a Query Subscription to Sync

When you subscribe to a query's results, the results do not contain objects
until synced data is downloaded. When you do need to wait for synced objects to
finish downloading, configure the ``waitForSync`` option. You can specify
different behavior for your subscriptions and how they handle writing for
downloads.
finish downloading, configure the ``waitForSync`` option.

This example uses the ``FirstTime`` option, which is the default behavior.
A subscription with ``FirstTime`` behavior only waits for sync to finish when a
Expand Down

0 comments on commit 05a431b

Please sign in to comment.