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
- TablesDB `updateRows` returns `database_...
Hi Appwrite team! I’m seeing a strange issue with TablesDB bulk row updates on a self-hosted Appwrite instance. **Environment** - Appwrite self-hosted `1.9.0` ...
- [SOLVED] Realtime Missing Channels
```js useEffect(() => { let subscription: RealtimeSubscription; async function loadChips() { try { const {rows: chi...
- Updating GitHub App access throws error
Steps to reproduce - 1. Have some private repos allowed on the install access 2. New Site/Func > Connect GitHub > see the side card saying `Missing a repo` > cl...