they are uploaded by 3rd parties that
they are uploaded by 3rd parties that produce the materials to S3. Convex would mainly serve to know what´s already on the device for offline access, or what needs to be downloaded from CDN
4 Replies
gonna continue this in a thread to not add bloat to general chat
yeah you should be able to track that fairly easily just using convex tables like a normal db
are you using a different database right now for this?
RealmDB, which needs to go
you can likely just use convex in the same way as any other db for keeping track of user actions and the urls for the s3 files
if you run into any specific complex issues i should be able to help
fantastic, I'll see if I can know together a proof of concept, thanks!