Skip to content

Demonstrating how firebase and quasar can play beautifully together with the composition API

Notifications You must be signed in to change notification settings

ldiebold/quasar-v2-firebase

Repository files navigation

Quasar2Firebase (quasar2-firebase)

Using Quasar V2 with Firebase

Install the dependencies

yarn

Add Firebase Config

src/config/firebase.js

export default {
  providers: {
    default: {
      apiKey: "XXXXXXXXXX",
      authDomain: "XXXXXXXXXX.firebaseapp.com",
      projectId: "XXXXXXXXXX",
      storageBucket: "XXXXXXXXXX.appspot.com",
      messagingSenderId: "XXXXXXXXXX",
      appId: "X:XXXXXXXXXX:web:XXXXXXXXXX",
      measurementId: "G-XXXXXXXXXX",
    },
  },
};

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

quasar dev

Lint the files

yarn run lint

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.conf.js.

About

Demonstrating how firebase and quasar can play beautifully together with the composition API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published