/quasar-firebase-example

A Quasar / Vue reference app that connects to Firebase.

Primary LanguageJavaScript

Quasar Firebase Example App

Firebase Config

Set up your Firebase app in the console and get your configuration for web apps.

Copy firebase.conf.example.js to firebase.conf.js and add the applicable Firebase configuration items.

Database

The dashboard page has a button you can click to seed the Cloud Firestore database with some Todo items.

Authentication

Enable Email/Password sign-in methods to your Firebase console in the Authentication section. Create an account.