
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
- how many Teams can be created?
I am creating an app where I will let users create groups. This could mean there will be many groups created by user, to isolate those groups properly I am thin...
- React native app login via Safari
Hi! I deployed for debug my React Native app in web, chrome everythink works well but in safari on mac and ios I cant login. I found this one error in safari co...
- Error Generation of certification for cu...
Hi, I tried to connect a custom domain, this worked but creating the certification afterwards fails with the following error: ```txt Failed to create TLS subsc...
