Skip to content

Commit

Permalink
removed extras
Browse files Browse the repository at this point in the history
  • Loading branch information
osharaf-mdb committed Aug 2, 2024
1 parent 38335ad commit 9193f1b
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion source/sdk/cpp/sync.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ When you select :ref:`Flexible Sync <flexible-sync>` for your backend App
configuration, your client implementation must include subscriptions to
queries on :ref:`queryable fields <queryable-fields>`. Flexible Sync works
by synchronizing data that matches query subscriptions you maintain in the
client application.
client application.

A subscription set contains a set of queries. Flexible Sync returns
documents matching those queries, where the user has the appropriate
Expand Down
2 changes: 0 additions & 2 deletions source/sdk/dotnet/sync.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ queries on :ref:`queryable fields <queryable-fields>`. Flexible Sync works
by synchronizing data that matches query subscriptions you maintain in the
client application.

.. include:: /includes/warning-device-sync-query-size-limit.rst

A subscription set contains a set of queries. Realm Flexible Sync returns
documents matching those queries, where the user has the appropriate
:ref:`permissions <flexible-sync-rules-and-permissions>` to read and/or
Expand Down
2 changes: 0 additions & 2 deletions source/sdk/flutter/sync.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,6 @@ write the documents. If documents match the query, but the client
does not have the permission to read or write them, they do not sync to
the client application.

.. include:: /includes/warning-device-sync-query-size-limit.rst

You can form Flexible Sync queries using a limited subset of :ref:`Realm Query Language
<realm-query-language>`. To learn more about which fields you can query, refer to
the :ref:`Queryable Fields documentation <queryable-fields>`.
Expand Down
2 changes: 0 additions & 2 deletions source/sdk/java/sync.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ the client application.

You can form queries using :ref:`Realm Query Language <realm-query-language>`.

.. include:: /includes/note-unsupported-flex-sync-rql-operators.rst

Subscription sets are based on a specific type of :ref:`Realm object <java-object-schema>`.
You might have multiple subscriptions if you have many types of Realm objects.

Expand Down
2 changes: 0 additions & 2 deletions source/sdk/kotlin/sync/add-sync-to-app.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,6 @@ App Services only syncs objects that match the query. You can define multiple
queries in your client app. You must define at least one query for
each object type in your data model.

.. include:: /includes/warning-device-sync-query-size-limit.rst

App Services ensures that your client-side queries are consistent with
your App Services schema through **queryable fields**. These are the
fields from your data model that can be used in a subscription query. You
Expand Down
2 changes: 0 additions & 2 deletions source/sdk/node/sync.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ the client application.

You can form queries using :ref:`Realm Query Language <realm-query-language>`.

.. include:: /includes/note-unsupported-flex-sync-rql-operators.rst

Subscription sets are based on a specific type of :ref:`Realm object <node-object-types>`.
You might have multiple subscriptions if you have many types of Realm objects.

Expand Down
2 changes: 0 additions & 2 deletions source/sdk/react-native/sync-data.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ the client application.

You can form queries using :ref:`Realm Query Language <realm-query-language>`.

.. include:: /includes/note-unsupported-flex-sync-rql-operators.rst

Subscription sets are based on a specific type of :ref:`Realm object <react-native-object-types>`.
You might have multiple subscriptions if you have many types of Realm objects.

Expand Down

0 comments on commit 9193f1b

Please sign in to comment.