You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Version: 1.0.0-dev.84
Platform: Web
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: