I have multiple categories in my app each with its own query. I display a horizontal list view carousel for each category and the user an scroll vertically to see more categories.
I am using Firebase.
How could I make FF prioritize the top category queries first and only query the below the fold ones when/if needed?