Helper Packages
We currently have these helper packages available to manage attachments:SDK | Attachments Helper Package | Example Implementation |
---|---|---|
React Native / JavaScript | powersync/attachments | To-Do List demo app |
Flutter | powersync_attachments_helper | To-Do List demo app |
Kotlin | attachments | To-Do List demo app |
Swift | attachments | To-Do List demo app |
- For more information on the use of Supabase as the storage provider, refer to Handling Attachments
- To learn how to adapt the implementations to use AWS S3 as the storage provider, see this tutorial