Posts by Erick Marques • 1 point
1 post
-
0
votes2
answers994
viewsA: Recover an image in firebase Storage and display in the app using GLIDE
I think you forgot to put the Imageview that you want the image to appear Glide.with(MainActivity.this).load("gs://doe-amor.appspot.com/calendario_app.png").into(suaImageView); I hope I’ve helped…