I have an array of ID's that correspond to images in the bucket storage. Is there a way to pull all those images at once or must i make a getFilePreview() request for each photo? I'm displaying these photos in a list view so would be sweet to pull all images at once
Fetch multiple images from storage?
regardless, you need to make multiple api calls...so you can pass the file ID into each of the widgets and have each widget concurrently fetch the data.
Alternatively, you can pass the URL into the network image widget/helper
[SOLVED] Fetch multiple images from storage?
Recommended threads
- Introducing new string column types made...
Adding new string types is hugely bennificial! Unfortunately it made the current column types not editable to change their types to the new longer field types.
- there is critical problem in this part
when user update the integer and double both get error not update or upload
- Storage Bucket Permissions
Hey folks, when enabling CRUD on the bucket level for the role any, should the bucket be accessible when using a session client?