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

Fix home feed to update in real-time #4

Open
adizcode opened this issue Sep 19, 2022 · 0 comments
Open

Fix home feed to update in real-time #4

adizcode opened this issue Sep 19, 2022 · 0 comments

Comments

@adizcode
Copy link
Owner

Description

The home tab only fetches the note feed when its viewmodel is initialized (once until the app is restarted)

Solution

  1. First of all, instead of processing information at the Android-side, Firebase Cloud Functions should be used to keep track of all public notes in a separate collection.
  2. Then rewrite home tab and its viewmodel to fetch the notes feed collection ordered by timestamp.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant