You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am facing same problem with FireStorage files, download files are stored in cache like this:
these files were mp4, but firebase adds signed key for viewing these files, so when saving these files its extension isn't based on mime type but requested url, if specifying its extension would solve this , then I'd be able load this file to video player.
I need to enforce a specific extension to the cached file whatever the MIME type of the file is.
It would be nice to have an option for that, for example:
var file = await DefaultCacheManager().getSingleFile(url, {extension: 'my'});
The end result with be a path with
file:///somewhere/in/the/phone/myfile.my
.Thank you!
The text was updated successfully, but these errors were encountered: