Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Real Time Updates for all Trip Collaborators #62

Open
zghera opened this issue Jul 14, 2020 · 0 comments · Fixed by #96
Open

Implement Real Time Updates for all Trip Collaborators #62

zghera opened this issue Jul 14, 2020 · 0 comments · Fixed by #96
Assignees
Labels
enhancement New feature or request

Comments

@zghera
Copy link
Collaborator

zghera commented Jul 14, 2020

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}
@zghera zghera self-assigned this Jul 14, 2020
@zghera zghera added the enhancement New feature or request label Jul 14, 2020
@zghera zghera mentioned this issue Jul 14, 2020
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant