Nanai N Noni
Nanai N Noni
Me too! Any update for me it does not download at all even in FinestWebview itself!
Where is your repo link @psychowood
Okay thanks man I got to edit that part @psychowood Thanks a lot!
I am talking about `import FirebaseStorageUI`. I wanted to go for the option to load an Image directly from Reference like how its done in `SDWebImage`(the version without swuftui). @dreampiggy
Do I don't understand should I create an exact copy of that? I am using SwiftUI copying the method does not work as well.
I dont think I understand. Look it still gives an error `WebImage(url: sd_URLWithStorageReference(imageReference))`
The code above still throws `Cannot find 'sd_URLWithStorageReference' in scope` @dreampiggy
I have got to try this if it works in this case: `func toUrl(_ reference: StorageReference) -> URL? {` `let url = NSURL.sd_URL(withStorageReference: reference) as URL?` `print("URL is : \(String(describing:...
Even the method above throws an error: `Task . finished with error [-1002] Error Domain=NSURLErrorDomain Code=-1002 "unsupported URL" UserInfo={NSLocalizedDescription=unsupported URL, NSErrorFailingURLStringKey=gs://comcha-posts/uzXc4oMdKQ5pKI3MTX87/8higbpn7elJpru3KOKlB/wlB9wr4nIhPcxaqK8zWM.png, NSErrorFailingURLKey=gs://bucket-posts/uzXc4oMdKQ5pKI3MTX87/8higbpn7elJpru3KOKlB/wlB9wr4nIhPcxaqK8zWM.png, _NSURLErrorRelatedURLSessionTaskErrorKey=( "LocalDataTask ." ), _NSURLErrorFailingURLSessionTaskErrorKey=LocalDataTask ., NSUnderlyingError=0x2835d9f80 {Error...
Same issue! I wish I would have read the issues before using the library!