- Install dependencies
npm install
-
Go to firebase.google.com and register new Web app.
-
Open main.js
-
Enter keys inside config
const config = {
apiKey: "XXXX",
authDomain: "XXXXXX.firebaseapp.com",
databaseURL: "https://XXXX.firebaseio.com",
projectId: "XXXX",
storageBucket: "XXX.appspot.com",
messagingSenderId: "XXXXXX"
};-
Open Console and goto Authentication. Turn on Google account.
-
Run
npm run serve
