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
We want real time listening to Firestore so that a user's trips are always up to date.
Expected behavior
The addition of real time listening with onShapshot should allow fetching the most up to date trips where a user is a collaborator whenever a new update to the Trips collection is made.
Actual behavior
Currently when a new trip is created/edited, only the creator of the trip can automatically see the trip on their 'View Trips' page (using the key prop on TripsContainer). For other users, they must refresh the page to see any new trips where they are collaborators.
Steps to reproduce (including any preconditions)
{Fill in here}
Screenshot/screencast of this problem (if possible)
{Fill in here or remove (leave header)}
Your environment
Include version numbers
OS: {Fill in here}
Browser: {Fill in here}
The text was updated successfully, but these errors were encountered:
Issue summary
We want real time listening to Firestore so that a user's trips are always up to date.
Expected behavior
The addition of real time listening with onShapshot should allow fetching the most up to date trips where a user is a collaborator whenever a new update to the Trips collection is made.
Actual behavior
Currently when a new trip is created/edited, only the creator of the trip can automatically see the trip on their 'View Trips' page (using the key prop on TripsContainer). For other users, they must refresh the page to see any new trips where they are collaborators.
Steps to reproduce (including any preconditions)
{Fill in here}
Screenshot/screencast of this problem (if possible)
{Fill in here or remove (leave header)}
Your environment
Include version numbers
The text was updated successfully, but these errors were encountered: