-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Where it is cached #12
Comments
Photos will only be deleted after calling the clear() method. Sometimes the OS will automatically clear those images as well. |
Thanks for you supporting, Thank you very much |
For now, you can do something like this: final ref = FirebaseStorage.instance.refFromURL("https://storage.googleapis.com/abcxyz");
final firebaseUrl = FirebaseUrl.fromReference(ref); In the future version, I'll also use this method to parse URLs in the FirebaseUrl("URL") factory method. |
Hi everyone, i have a question
With this lib, these photo is cached when app is launched, and when app is kill, the cached is cleared
Or it is stilled cached although app is kill and just only clear if the clear code is called
Thanks
The text was updated successfully, but these errors were encountered: