SWIFT Image Gallery and Firebase Storage

Good afternoon, I'm finalizing an APP developed in Swift 4, with Xcode 9 and Firebase. I can log in with Firebase, and send email through my App, what I need to do, which I'm not getting at all is how to mount an image gallery, with the images I save in Firebase Storage, but this automatically, I can already send the images to Firebase Storage. Here's what I want to do, I'm trying for 3 weeks and reading several tutorials, but I can not.


Since the images are already in Firebase Storage:


List in an image gallery, all the photos saved by the user in the Firebase Storage;

This list has to be thumbnails of the images, and when they click they are the normal size that are recorded.

Note: There is this library that assembles the image gallery, the way I want it, but I do not know how to use it or how I would load the images automatically from Fisebase (library: https: //github.com/mwaterfall/MWPhotoBrowser ) Could you please help me.



Thank you

SWIFT Image Gallery and Firebase Storage
 
 
Q