Using Firebase Storage image with Glide

前端 未结 6 2031
醉梦人生
醉梦人生 2020-12-03 18:08

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

6条回答
  •  一整个雨季
    2020-12-03 18:53

    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'

提交回复
热议问题