I'm doing an app to test firebase-storage and when i try to get a random element from the storage no idea how to get de amount of elements on the folder
Is a JS app to display random images from a firebase storage
var randomIndex = Math.floor(Math.random() * storage.length);
I expect a random number from 0 to max elements on the storage