ionic-image-loader icon indicating copy to clipboard operation
ionic-image-loader copied to clipboard

Ionic 3 - Firebase storage images not working

Open oliverandersencox opened this issue 6 years ago • 7 comments

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?

oliverandersencox avatar Jun 25 '18 14:06 oliverandersencox

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

danielsogl avatar Jul 25 '18 15:07 danielsogl

I have no problem loading firebase storage images!

SjorsHooijen avatar Aug 31 '18 20:08 SjorsHooijen

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

Anthony2539 avatar Jan 16 '19 08:01 Anthony2539

@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.

hddananjaya avatar Jan 17 '19 03:01 hddananjaya

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

Anthony2539 avatar Jan 17 '19 07:01 Anthony2539

Sorry I tested only with Android.

hddananjaya avatar Jan 17 '19 08:01 hddananjaya

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

giladrom avatar Apr 17 '19 22:04 giladrom