Made with Quasar Framework v0.15.6
Quasar CLI Documentation http://quasar-framework.org/guide/quasar-cli.html
$ quasar init <folder-name>
Download this repository, paste their files into your quasar project and run:
$ npm install
Or
$ yarn install
Replace the config values of your firebase app into file src/plugins/firebase.js
apiKey: "...",
authDomain: "...",
databaseURL: "...",
projectId: "...",
storageBucket: "...",
messagingSenderId: "..."