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

Integrate FireStore to persists user projects #11

Open
d3lm opened this issue Nov 29, 2018 · 0 comments
Open

Integrate FireStore to persists user projects #11

d3lm opened this issue Nov 29, 2018 · 0 comments

Comments

@d3lm
Copy link
Member

d3lm commented Nov 29, 2018

Currently, projects only live within local storage and the user's machine. They are not not persisted in a DB.

It would be cool if we integrated FireStore to synchronize the user's projects to a DB so that they are available on other machines as well.

This means we would also need Firebase authentication and whenever an action was dispatched that updated the one of the user's projects, we'd sync it with FireStore. For this we could use @ngrx/effects and encapsulate the side effects related to synchronization between the client and the DB.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant