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

Reduce number of queries to firebase #23

Open
KeenWill opened this issue Oct 30, 2019 · 0 comments
Open

Reduce number of queries to firebase #23

KeenWill opened this issue Oct 30, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@KeenWill
Copy link
Owner

Perhaps reduce the number of reads using one or more of the following methods:

  • Make it not read questions past today
  • Store today's questions in a different collection in firebase (i.e: separate out previous questions so we don't query them.
  • Just delete questions past a certain age using a cloud function.
@KeenWill KeenWill added the enhancement New feature or request label Oct 30, 2019
@KeenWill KeenWill added this to the MVP milestone Oct 30, 2019
@KeenWill KeenWill self-assigned this Oct 31, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant