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
The home tab only fetches the note feed when its viewmodel is initialized (once until the app is restarted)
Solution
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.
Then rewrite home tab and its viewmodel to fetch the notes feed collection ordered by timestamp.
The text was updated successfully, but these errors were encountered:
Description
The home tab only fetches the note feed when its viewmodel is initialized (once until the app is restarted)
Solution
The text was updated successfully, but these errors were encountered: