flutter_cache_manager_firebase

Creator: coderz1093

Last updated:

Add to Cart

Description:

flutter cache manager firebase

flutter_cache_manager_firebase #
A Firebase implementation for flutter_cache_manager
Getting Started #
This library contains FirebaseCacheManager and FirebaseHttpFileService.
You can easily fetch a file stored on Firebase with
var file = await FirebaseCacheManager().getSingleFile(url);
copied to clipboard
You could also write your own CacheManager which uses the FirebaseHttpFileService.
Custom Firebase storage bucket #
You can use a custom bucket by passing bucket parameter. For example:
FirebaseCacheManager(bucket: "my-bucket");
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files:

Customer Reviews

There are no reviews.