Skip to content

CristalT/quasar-app-firebase-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: "..."
  

About

Quasar App + Firebase Auth Starter Template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published