Hello,
I connect to a same collection in different pages in my application. I use the FiresoreBuilder as so, in each page which need data from this "cellars" collection :
My ""cellarsRef"" is declared in the model file and imported with the model in each page.
Actual Behavior
If I navigate to another page wich use the same FirestoreBuilder, the connectionState will be stuck with the waiting status.
I have to navigate to a "clean" page, and come back to see my data correctly displayed.
Do you have an idea how I can be sure that each connection is closed before I create another one ?
Thank you
Expected Behavior
Hello, I connect to a same collection in different pages in my application. I use the FiresoreBuilder as so, in each page which need data from this "cellars" collection :
My ""cellarsRef"" is declared in the model file and imported with the model in each page.
Actual Behavior
If I navigate to another page wich use the same FirestoreBuilder, the connectionState will be stuck with the waiting status. I have to navigate to a "clean" page, and come back to see my data correctly displayed. Do you have an idea how I can be sure that each connection is closed before I create another one ? Thank you
Specifications