Getting image name imported from database

So i've created database on firebase, which stores images converted (by extension) to base64. I also need to import them and display in listview. But i have troubles with getting image names for ListView.CreateNewElement.
obraz_2024-05-18_113949229

Maybe i missed something and there are some blocks that will work for me. Maybe there is better way to store images in firebase. Or i just need another extension for that

Use firebase storage to store the image files, and store the urls for each image in your realtime database

and thats the solution!
thanks, i will try <3

See here: