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

Where is it saving data? #24

Open
ugintl opened this issue Nov 27, 2021 · 1 comment
Open

Where is it saving data? #24

ugintl opened this issue Nov 27, 2021 · 1 comment

Comments

@ugintl
Copy link

ugintl commented Nov 27, 2021

Is it using a database like mysql etc?

@rosswillett
Copy link

It's writing to the firebase database service (https://firebase.google.com/docs/database/web/start)

The connection happens in src/utils/db.js and at a glance it looks like it might not be fully functional. It loads a sample json to start the app, then loads a firebase database (or at least inits a connection) and the only call to save, apparently, is in mutations.js when you save a new board. I might be missing some vue/vuex magic with watching the data store and writing to the database, but I don't think that's the case

P.S. I realize you asked this like 8 months ago, but I was looking at the code wondering the same thing so this might be helpful for you and future passers-by

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

2 participants