Retrieving Image from Firebase Storage api
问题 I have made an app which is retrieving image from Firebase storage.Image is retrieved and displayed in the imageview but it is taking more than 2 minutes to retrieve image.I have followed tthe below link to retrieve image from Firebase storage which is using glide library also. https://github.com/firebase/FirebaseUI-Android/tree/master/storage Here is my code MainActivity.java package com.example.vikas.where_i_am; import android.media.Image; import android.support.v7.app.AppCompatActivity;