Home > Mobile >  Download file from Firebase Storage using Alamofire in swift
Download file from Firebase Storage using Alamofire in swift

Time:07-10

I'm very new in iOS development. So I'm trying to download pdf or image from firebase storage with URL using Alamofire and then I want to display with quicklook. I tried this example but no luck. Here is a screen shoot of the error

CodePudding user response:

Looks like you're using old definitions.

DownloadRequest.DownloadFileDestination is DownloadRequest.Destination.

Alamofire.download is AF.download.

  • Related