Hello All
I have a very simple firebase collection setup and it has only one document in it. When i query the collection on listview, the result is taking approx a minute. When i see the network, i can see that the response is coming in ms, but the content download is taking 54 seconds. This was working fine until i uploaded a csv from the Manage Content url. All the other collections i created before works fine. It is only affecting any new collections created. There is no major operation happening, its just a listview having a data query to a collection holding only one record. Any idea what could be the issue?