imsamgarg / firebase_cached_image

Cache Manager and Cached ImageProvider for Firebase Cloud Storage Objects.
MIT License
9 stars 16 forks source link

FEATURE REQUEST : Expose a method to see if the provided FirebaseURL exist in the cache #5

Open wer-mathurin opened 1 year ago

wer-mathurin commented 1 year ago

Instead of waiting for the cache to resolve and complete the download, we can use the downloadURL to show an image in the meantime the cache is populated. This will download the asset twice, but the second time we can get it from the cache.