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

Replace localStorage with Firebase for storing decks and runs #11

Open
cvharris opened this issue Aug 13, 2019 · 0 comments
Open

Replace localStorage with Firebase for storing decks and runs #11

cvharris opened this issue Aug 13, 2019 · 0 comments
Labels

Comments

@cvharris
Copy link
Owner

cvharris commented Aug 13, 2019

Right now Redux subscribes to all store changes and saves the entire store in the user's localStorage on the browser. This is not a good persistance method and prevents us from sharing decks to other Etude users.

  1. Redux should no longer save the entire store in its subscription
  2. Instead, each action has its own side-effects to save/get data saved in Firestore
  3. Add Firebase project (collaborators have project access) to Etude
  4. Replace all CRUD for Decks and Practice Runs with Firebase
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant