There are tons of duplicated answers I had tried almost all of them but I am still not able to use Firebase storage image with Glide.
First of all I am using docs>
As for Glide 4.6.1 you can't use .using(new FirebaseImageLoader())
.using(new FirebaseImageLoader())
I am force to downgrade to
implementation 'com.github.bumptech.glide:glide:3.8.0'
and Firebase UI implementation'com.firebaseui:firebase-ui-storage:2.0.1'
implementation'com.firebaseui:firebase-ui-storage:2.0.1'