I am trying to read data from separate paths at once, is it possible, like if the user have list of uid of others can he read those at once, if not what is good practice? better to read all in loop?
Asked
Active
Viewed 437 times
0
-
If you have a list of paths, retrieving the items one at a time is quite fast. See http://stackoverflow.com/questions/35931526/speed-up-fetching-posts-for-my-social-network-app-by-using-query-instead-of-obse/35932786#35932786. – Frank van Puffelen Feb 15 '17 at 15:42
-
thnx! @FrankvanPuffelen you my HERO:) – Vitaly Menchikovsky Feb 16 '17 at 09:05
-
I mostly have a few years of a head start on developers new to Firebase. :-) – Frank van Puffelen Feb 16 '17 at 16:09