Hi @Shadow, happy to help!
Make a query to extract the metadata, and filter the results to just get the ones where folderName === "yourFolder"
.
For example, this query gets me the files inside the folder named "folder1:"
From here, we can map the results into the urls and save them to a state variable or localStorage.