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
This involves having to keep track of every single listener added to a firebase database reference and removing it appropriately when an activity or fragment no longer needs it.
The text was updated successfully, but these errors were encountered:
ghost
added
the
low-priority
Low priority issues that are extra but not bonus for any of the deliverables.
label
Nov 19, 2018
This will likely require more knowledge regarding firebase and good practices.
For example, when should objects be stored locally versus just fetching them as you need them? How long should they stay and should they be updated? Maybe keep an offline version of the database (or at least parts of interest?) and update as need be?
This involves having to keep track of every single listener added to a firebase database reference and removing it appropriately when an activity or fragment no longer needs it.
The text was updated successfully, but these errors were encountered: