Swift: Firebase 3 - How to Upload Images to Firebase Storage (Ep 5)

It’s time to learn how to upload images from our iOS devices into Firebase Storage. This new feature offered by the Google team allows us to easily upload a file, and then receive a url when this action is complete. I’ll walk you through how to first start the process by implementing the necessary UIImagePicker methods that allow us access to images on our device. Finally, we will register the resulting image url from our upload to each of our new users. Have fun. Previous Episode 4:
Back to Top