I want to use bitmap in my program without loading it to imageView but this glide function is not letting me do anything I want.
Glide.with(this /* context */)
.using(new FirebaseImageLoader())
.load(storageReference)
.into(imageView);