-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
- OS: {Fill in here}
- Browser: {Fill in here}
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request