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
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.
Redux should no longer save the entire store in its subscription
Instead, each action has its own side-effects to save/get data saved in Firestore
Add Firebase project (collaborators have project access) to Etude
Replace all CRUD for Decks and Practice Runs with Firebase
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: