When I upload an Image, it is automatically update to database child(user.uid).child(newImage).childAutoID.setValue() This is my json node
Users
WOhpPzlHCzYximWyBXas3Prg2rL2
NewImage
-KSE4ZcvqhFeWmuRQjjI
-KSEGLazKbfPePkCBFbe
-KSEGNVimH7GACRyXbo4
-KSEGO4gfLGOv0erTXA5
-KSENPeq7Oa5cru7gKum
Inside one autoID, This is the Json tree
-KSE4ZcvqhFeWmuRQjjI
DownloadUrl: "abcd.com"
timestamp: 21-09-2016
When I try to get value from DownloadUrl, I use child("Users") but can't child through user uid, anyways I can't child through autoUID which is created by Firebase. Does anyone have any experience. Thank you