Glide is not loading images from firebase child key folder ##Kotlin##
Ive Started studying kotlin and im trying to upload and retrieve details(to recycler view) from firebase realtime database.
while uploading an entry(both text and imageUrl) into realtime database ,text entries are made but getting cleared at once image(single image or multiple image) gets uploaded. Only imageUrl alone is getting stored.
For that i used push() method to make entry for imageUrl and its working fine.
Now the problem is retrieving the imageUrl from child key folder.
when i tried...