flutter_cache_manager
flutter_cache_manager copied to clipboard
FirebaseCacheManager uses DownloadUrl which has a token in the url defeating cache
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?