/FirebaseStorageExample

This is a sample project to demonstrate Firebase Storage for an image. By default Firebase does not support caching feature as it can hold other file types than just images. So, we need to take help of other class/library to get the caching done. So, here is an example to demonstarte that image caching with Firebase Storage. Picasso is used for caching the images. We can also follow traditional methods to cache the image.

Primary LanguageJava

This repository is not active