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
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
Is it using a database like mysql etc?
The text was updated successfully, but these errors were encountered: