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

Optimize firebase performance. #132

Open
ghost opened this issue Nov 19, 2018 · 1 comment
Open

Optimize firebase performance. #132

ghost opened this issue Nov 19, 2018 · 1 comment
Labels
low-priority Low priority issues that are extra but not bonus for any of the deliverables.

Comments

@ghost
Copy link

ghost commented Nov 19, 2018

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.

@ghost ghost added the low-priority Low priority issues that are extra but not bonus for any of the deliverables. label Nov 19, 2018
@ghost
Copy link
Author

ghost commented Dec 3, 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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
low-priority Low priority issues that are extra but not bonus for any of the deliverables.
Projects
None yet
Development

No branches or pull requests

0 participants