Run a firebase query

I create a query , then order it and then run it. But I realized I had to do these 3 events several times for the results to arrive. Should it wait between these 3 events because it takes time? How do you know the query has been ordered and is ready?

I don’t have that much experience with it, but you only have to execute the 3 actions once, without delay in between. It updates automatically in the background whenever the result on the server has changed.

1 Like