Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 755 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 755 Bytes

Quasar App + Firebase Auth

Made under Quasar Framework v0.17.23

Quasar CLI Documentation http://quasar-framework.org/guide/quasar-cli.html

If you need, you can upgrade Quasar version following next Upgrade Guide https://quasar-framework.org/guide/quasar-upgrade-guide.html

Installation

$ git clone https://github.com/CristalT/quasar-app-firebase-auth.git <folder-name>

Download this repository, paste their files into your quasar project and run:

$ npm install

Or

$ yarn

Replace the config values of your firebase app into file src/plugins/env-example.json and rename it as env.json

  apiKey: "...",
  authDomain: "...",
  databaseURL: "...",
  projectId: "...",
  storageBucket: "...",
  messagingSenderId: "..."