-
Notifications
You must be signed in to change notification settings - Fork 19
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
Settings.vue implementation for Firebase #64
Comments
@s-kris can you tell us what is breaking? |
Settings are not saved. I looked at sqllite db, settings table was empty. |
@s-kris They're saving fine for me. Can you delete your DB and restart the API server? |
With db888de we're able to control sq-logo, horiz-logo and tagline from settings. We should be able to do the same for firebase. |
Settings data isn't saving in the firebase, it seems. |
added: a911a08 |
added firebase image uploader function 2c9f606 |
Has been implemented locally except for the pictures upload part.
Needs to be implemented in Firebase in the same way as menus are being fetched.
i.e. one row for every setting item. i.e. 5 rows.
The text was updated successfully, but these errors were encountered: