Hey, im fetching some videos from a storage bucket, is there any way i can fetch them by data order? since im lazyloading and fetching them on the go i can't order them client side
g
garyaustin
01/27/2022, 10:45 PM
If you mean date order and they are all in a "folder" then you can use .list to get them in update or created date order. Then do the downloads off of that array.
r
Rortan
01/27/2022, 10:46 PM
Yeah i'm using .list with these parameters
Rortan
01/27/2022, 10:46 PM
though how can i get them by date
Rortan
01/27/2022, 10:47 PM
the docs doesn't seem to mention anything else other than asc and probably desc at the "order" prop