zyra / ionic-image-loader

Ionic 2+ Component that loads images in a background thread and caches them for later use
MIT License
436 stars 137 forks source link

Ionic 3 - Firebase storage images not working #164

Open oliverandersencox opened 6 years ago

oliverandersencox commented 6 years ago

I have set up the image loader within my ionic 3 app - all works beautifully

The minute i try and load any firebase stored images (Firebase storage) - It stops working and returns an error to the Xcode console which is of no use:

ERROR: ERROR [object Object]

This is only happening on the physical device. On the laptop in chrome, it works fine, just not on IOS.

Any have any idea why this happens?

danielsogl commented 5 years ago

Im not able to reproduce this error without further informations. Can you paste your code how you resolve the image URL from firebase?

SjorsHooijen commented 5 years ago

I have no problem loading firebase storage images!

Anthony2539 commented 5 years ago

@oliverandersencox I have the same issue with v4 branche, do you found solution ?

hddananjaya commented 5 years ago

@Anthony2539 v4 branch works well with firebase storage. But it download always from the storage. I couldn't set it to interact with local storage.

Anthony2539 commented 5 years ago

@I2NhbmloZWxweW91 ok but i have this error on Xcode ERROR: ERROR [object Object], and i see only my default image...

hddananjaya commented 5 years ago

Sorry I tested only with Android.

giladrom commented 5 years ago

I can confirm loading images from Firebase works fine on iOS 12.2.