Baseflow / flutter_cached_network_image

Download, cache and show images in a flutter app
https://baseflow.com
2.44k stars 654 forks source link

non-fatal exceptions from Firebase storage links #726

Open deepak786 opened 2 years ago

deepak786 commented 2 years ago

We are using CachedNetworkImage to load the images from Firebase storage. Crashlytics shows a lot of exceptions from the Firebase Storage links.

I already reported this issue to Flutter https://github.com/flutter/flutter/issues/102494 but it seems that it has to be investigated here as per the comment https://github.com/flutter/flutter/issues/102494#issuecomment-1110595819

I don't have the reproducible steps.

cached_network_image: 3.2.0

Platform:

YonatanSegura97 commented 1 month ago

Any update?

EArminjon commented 1 month ago

Have you set images as public ? Maybe the url expire and so cached Network have invalid reference.