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
Right now, users have to press the red circly arrow button to refresh their screen, and thus see the updated reports. But this may undermine UX, so we may need a solution for this w/o exhausting resources.
For example, the app can refresh itself once per minute ONLY when it is in the active tab. That way, it doesn't need to call Firebase when it's in the background tab.
Or snapshotlistener can be implemented instead as discussed in Discord.
The text was updated successfully, but these errors were encountered:
I think a snapshot listener should be implemented. But we need to keep the refresh (in case a user wants to manually refresh) that make a standard get request to firebase
Right now, users have to press the red circly arrow button to refresh their screen, and thus see the updated reports. But this may undermine UX, so we may need a solution for this w/o exhausting resources.
For example, the app can refresh itself once per minute ONLY when it is in the active tab. That way, it doesn't need to call Firebase when it's in the background tab.
Or snapshotlistener can be implemented instead as discussed in Discord.
The text was updated successfully, but these errors were encountered: