You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on the application where we need to support data and files support for offline and online sync. I'm able to do with the data in the table and sync them offline/online. But fails to do that with files in storage.
Until then, what approach can I use to upload the files to Supabase Database Storage which supports offline sync, and will that implementation sync the files offline and online like it does for the data in the database?
I can see that support is there in flutter and reactnative but nothing for now in kotlin. Looking for support.
The text was updated successfully, but these errors were encountered:
legend295
changed the title
Attachment helper packages for Kotlin
Need support for attachment helper packages under Kotlin + Supabase Database Storage + PowerSync
Nov 4, 2024
We currently do not have an attachments package for Kotlin and are not working on one at present. Your best bet at this moment in time would be to look at either the dart or javascript helper to give you some guidance on how you can implement your own attachments queue in Kotlin.
The main idea of the packages is to have a locaOnly table that queues uploading and downloading the attachments to and from the external storage facility.
Hello
I'm working on the application where we need to support data and files support for offline and online sync. I'm able to do with the data in the table and sync them offline/online. But fails to do that with files in storage.
According to https://docs.powersync.com/usage/use-case-examples/attachments-files, attachment helper packages are in the works.
Until then, what approach can I use to upload the files to Supabase Database Storage which supports offline sync, and will that implementation sync the files offline and online like it does for the data in the database?
I can see that support is there in flutter and reactnative but nothing for now in kotlin. Looking for support.
@Manrich121 @stevensJourney @DominicGBauer
Help appreciated.
The text was updated successfully, but these errors were encountered: