imsamgarg / firebase_cached_image

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

Fix file not found when `delete` a cached image. #13

Closed Paitomax closed 10 months ago

Paitomax commented 10 months ago

Everywhere else the uniqueId is used instead of creating a new one and in this case the file extension was not being considered, thus the previously cached file was not being found.

imsamgarg commented 10 months ago

Thanks for the fix. Merging it.