flutter_cache_manager icon indicating copy to clipboard operation
flutter_cache_manager copied to clipboard

FirebaseCacheManager uses DownloadUrl which has a token in the url defeating cache

Open ellulpatrick opened this issue 10 months ago • 0 comments

FirebaseCacheManager uses the ref.getDownloadUrl() which typically returns a url with a dynamic access token in the query string of the URL. Doesn't that mostly defeat the purpose of the cache, assuming that the key of the file in the cache is tho whole url including the token?

ellulpatrick avatar Apr 11 '25 09:04 ellulpatrick