I am a beginner with Java
and am trying to make my first app. In my application, I was able to upload images to Firebase Storage
, and now I wanted to display all these images in a RecyclerView
. All the images in the "images /"
folder show in a recycle view, but I want to use only the Firebase storage
, not the database. I just need to show the pictures. I readed the Firebase
documentation but could not do it.
Is it possible?
sorry for English.