Using Firebase Storage image with Glide

前端 未结 6 2044
醉梦人生
醉梦人生 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:37

    As for Glide 4.6.1 you can't use .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'

提交回复
热议问题