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
I am trying to get Vue to work with Firebase, as it seems like a fast, centralized database storage and free. How do I modify your code to make it work on my web app? I put the code of your tutorial in 3 files under src/components -- file-upload.service.js, UploadFile2.vue, and UploadFile2Display.vue. Later, I can add these components to AddDish.vue.
Thank you for your help.
The text was updated successfully, but these errors were encountered:
Hi Jecelyn,
I saw your article https://scotch.io/tutorials/how-to-handle-file-uploads-in-vue-2#toc-display-success-and-failed-result, which looks like a good way to do file uploads in Vue.
I am trying to get it to work for my project 'feedme'. It is a foodie app. People take pictures of food before they eat it, and share :)
gchan82/feedme@fd4dab3
I am trying to get Vue to work with Firebase, as it seems like a fast, centralized database storage and free. How do I modify your code to make it work on my web app? I put the code of your tutorial in 3 files under src/components -- file-upload.service.js, UploadFile2.vue, and UploadFile2Display.vue. Later, I can add these components to AddDish.vue.
Thank you for your help.
The text was updated successfully, but these errors were encountered: