I have StorageReference object which have few children. Is there any way to traverse these children in order to obtain their individual StorageReference. Is there anything similar to ValueEventListener which can be added to FirebaseReference
Asked
Active
Viewed 418 times
0
-
1Possible duplicate of [how to get all child list from Firebase android](http://stackoverflow.com/questions/32886546/how-to-get-all-child-list-from-firebase-android) – Francisco Durdin Garcia Jan 23 '17 at 14:26
-
1@Francisco Durdin Garcia it's not duplicate. I am asking about StorageRefernce , we can not add ValueEventListener like we do for FirebaseReference. – Rohan Jan 23 '17 at 17:52