I have several images captured via camera or gallery that was uploaded via app in Firebase Storage, using Glide to display images, but only manually (added one by one in the hand), and my up-loaded images are named with the datatime. I need a template to capture all of the images and display them in a listview. Using the snapshot I did with text data and it worked. But with the storage how can I do?