From fa9ec5e288f08f6745a745d8f6ab1968e6bf0153 Mon Sep 17 00:00:00 2001 From: Zach Date: Fri, 27 Sep 2024 11:34:55 -0600 Subject: [PATCH] Update usage-syncstate.md --- documentation/usage-syncstate.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/documentation/usage-syncstate.md b/documentation/usage-syncstate.md index 29c5395..8012f59 100644 --- a/documentation/usage-syncstate.md +++ b/documentation/usage-syncstate.md @@ -141,6 +141,10 @@ Here are some key points to keep in mind: To learn more about how to manage migrations and avoid potential issues, refer to the [Migration Considerations Guide](migration-considerations.md). +## SyncState Implementation Guide + +For detailed instructions on how to configure iCloud and set up SyncState in your project, see the [SyncState Implementation Guide](syncstate-implementation.md). + ## Best Practices - **Use for Small, Critical Data**: `SyncState` is ideal for synchronizing small, important pieces of state such as user preferences, settings, or feature flags.