Photo Uploader (vue-firebase-image-upload)

This is the code from my blog post on building a cross platform mobile image uploading app.

Firebase config

You'll need to create a Firebase Cloud Storage project and save your credentials in src/services/firebase-config.js. For instructions on how to do this, follow the links provided in the blog post.

Install the dependencies

yarn

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev -m android/ios

Build the app for production

quasar build -m android/ios