/QuasarFirebaseAuthBoilerplate

A super simple Quasar boilerplate with Firebase auth wired up with creation of collections to Firestore DB

Primary LanguageJavaScript

Quasar Firebase Auth Boilerplate

A simple boilerplate project for authentication using Firebase. App is ready to roll with conditional rendering of navigation options, and writes a new collection on user creation.

Install the dependencies

npm install

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

quasar dev

Lint the files

npm run lint

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.conf.js.