Skip to content

Commit 911264d

Browse files
authored
Prioritized sync update (#126)
1 parent 69924b6 commit 911264d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

usage/use-case-examples/prioritized-sync.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ PowerSync supports defining [Sync Bucket](/usage/sync-rules/organize-data-into-b
1212

1313
This feature is available in all PowerSync Cloud instances, and was released in version **1.7.1** of the [PowerSync Service](https://hub.docker.com/r/journeyapps/powersync-service) for self-hosted deployments.
1414

15-
The new client-side APIs are available in our [Flutter SDK](/client-sdk-references/flutter) and [Kotlin Multiplatform SDK](/client-sdk-references/kotlin-multiplatform) and support in our other SDKs will follow soon.
15+
It is available in all client SDKs: [Flutter v1.12.0](/client-sdk-references/flutter), [React Native v1.18.1](/client-sdk-references/react-native-and-expo), [JavaScript/Web v1.24.2](/client-sdk-references/javascript-web), [Kotlin Multiplatform v1.0.0-BETA26](/client-sdk-references/kotlin-multiplatform) and [Swift v1.0.0-Beta.8](/client-sdk-references/swift).
1616

1717
</Note>
1818

@@ -173,4 +173,4 @@ Example implementations of prioritized sync are also available in the following
173173
- Kotlin Multiplatform:
174174
- [Supabase To-Do List (KMP)](https://github.com/powersync-ja/powersync-kotlin/blob/main/demos/supabase-todolist/shared/src/commonMain/kotlin/com/powersync/demos/App.kt#L46)
175175
- [Supabase To-Do List (Android)](https://github.com/powersync-ja/powersync-kotlin/blob/main/demos/android-supabase-todolist/app/src/main/java/com/powersync/androidexample/screens/HomeScreen.kt#L69)
176-
- Swift: Coming soon.
176+
- Swift: [Supabase To-Do List](https://github.com/powersync-ja/powersync-swift/tree/main/Demo)

0 commit comments

Comments
 (0)