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>
I am using kotlin.
in my case, because I still use annotation processor like this
annotationProcessor 'com.github.bumptech.glide:compiler:4.11.0'
I should use:
kapt 'com.github.bumptech.glide:compiler:4.11.0'