A description of this package.
There are several settings baked into the FireStorage package. A list is below with a short description of each.
With verboseLoggingEnabled set to true, several under-the-hood print statements are now logged to the console.
This setting controls the max size allowed of a downloaded object downloaded from the Firebase Storage bucket.
All notable changes to this project will be documented in this section.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- File caching has been integrated into the Firestore implementation. This integration automatically caches the data pulled down from the Firestore database to the device. To properly integrate caching into your app, you must add a "public" collection to your Firestore database that has a single document. When the database is updated, the "lastUpdate" property on this document should be updated to a new Timestamp object. This will cause a fetch to happen.
- Initial implementation