Does Firebase has some kind of batching for retrieve requests?
For instance, in this api top stories request returns up to 500 ids, which means that in order to display them all in a list I need to call `addListenerForSingleEvent" 500 times.
Does Firebase has some kind of batching for retrieve requests?
For instance, in this api top stories request returns up to 500 ids, which means that in order to display them all in a list I need to call `addListenerForSingleEvent" 500 times.