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
{{ message }}
This repository was archived by the owner on Mar 15, 2023. It is now read-only.
We should be able to constantly watch on data changes with specific queries. Firestore has what we call "snapshot" to open a listener on a collection or document. We should be able to do the same with Firesteer. Instead of doing a single and final GET request, we would open a snapshot and automatically refresh the main page content each time the snapshot is updated.