Skip to content

Commit fb4bab7

Browse files
committed
docs: enhance OffSync documentation for Database ID and Push Notifications configuration
1 parent 137465a commit fb4bab7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sqlite-cloud/platform/offsync.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@ Once enabled, all changes to those tables will automatically sync with connected
5656

5757
The **Configuration** tab contains two sub-sections:
5858

59-
**Database ID** — A read-only field showing the unique identifier for your OffSync-enabled database, with a copy button for convenience. Use this ID in your application to initialize the sync connection:
59+
**Database ID** — A read-only field showing the unique identifier for your OffSync-enabled database, with a copy button for convenience. Use this ID in your application to initialize the sync connection (see the <a href="https://github.com/sqliteai/sqlite-sync" target="_blank">sqlite-sync README</a> for more details):
6060

6161
```sql
6262
SELECT cloudsync_network_init('<database-id>');
6363
```
6464

65-
**Push Notifications**Configure an Expo access token to enable push notifications when using `sqlite-sync-react-native` in push mode. The tab shows the current notification status: **Working**, **Paused**, or **Not working**.
65+
**Push Notifications**Push notifications work out of the box. If you have enabled Expo enhanced security, provide your access token here. This is only required when using the `sqlite-sync-react-native` library with push mode enabled — the token adds an extra layer of security to prevent unauthorized push notifications.
6666

6767
{/* VIDEO: dashboard_offsync_configuration.mp4
6868
Show: Configuration tab open → Database ID field with copy button clicked → scroll down to Push Notifications section → paste an Expo token → save → status changes to "Working". */}

0 commit comments

Comments
 (0)