EthanE
Convex Community3mo ago
1 reply
Ethan

How should I store many images/video that belong to a listing

I am trying to build a listing table in convex with images. To do this I am thinking of using a media table. Each item in the table will be linked to a listingId(my listing table). Those images needed to ordered and there should be a thumbnail. 25 images max per listing. Should I create a storage bucket for each each image as conxex ai recommended then store an array of storage ids or should I do something else.
Was this page helpful?