Swift: Firebase 3 - How to Load Images from Firebase Storage and Caching (Ep 6)

Now that we have our images uploaded to Firebase Storage, lets go ahead and fire off some requests to download them. We’ll perform these fetches asynchronously in our new message UITableViewController. In addition, we’ll look at how to customize our table cells to support these new images. Finally we’ll solve the age old problem of caching these images to save us from constantly accessing the network. Have fun and enjoy. Previous Episode 5: All episodes for Firebase 3 seri
Back to Top