Skip to content

Commit 46a6976

Browse files
committed
Documentation edits made through Mintlify web editor
1 parent 8588a97 commit 46a6976

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-guides/supabase-+-powersync/handling-attachments.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: "Examples of syncing attachments between a client app and Supabase
77

88
Our React Native [To-Do List demo app](https://github.com/powersync-ja/powersync-js/tree/main/demos/react-native-supabase-todolist) showcases how to sync attachments (such as photos) using the [@powersync/attachments](https://www.npmjs.com/package/@powersync/attachments) library, the PowerSync Service, and Supabase.
99

10-
In this example, we are syncing photos, however other media types, such as PDFs, are also supported.
10+
In this example, we are syncing photos, however other media types, such as [PDFs](/tutorials/client/attachments-and-files/pdf-attachment), are also supported.
1111

1212
The library and this example implementation can be used as a reference for implementing similar functionality for a Postgres backend without Supabase.
1313

0 commit comments

Comments
 (0)