vue authentication firebaseš„
Simplified Firebase authentication for vue projects with support for Facebook & Google login & Github & Twitter and with support Progressive Web Apps
In your Firebase console within the Authentication section, enable your desired Authentication options.
By default this repo supports the following authentication options:
- Email/Password
- Github
Rename src/environments/environment-sample.js
to environment.js
and replace existing contents with your own Firebase Credentials.
export const environment = {
production: false,
firebaseConfig: {
apiKey: 'APIKEY',
authDomain: 'DEV-APP.firebaseapp.com',
databaseURL: 'https://DEV-APP.firebaseio.com',
projectId: 'DEV-APP',
storageBucket: 'DEV-APP.appspot.com',
messagingSenderId: '123456789'
}
}
# Git Clone Project
git clone git@github.com:kematzy/vue-firebase-auth-vuex.git
# Cd project
cd vue-firebase-auth-vuex
# install dependencies
npm install || yarn install
# serve with hot reload at localhost:8080
npm run dev || yarn dev
# build for production with minification and to build Progressive Web Apps
npm run build || yarn build
This repo is a fork of the vue-firebase-auth-dev by Aofdev. It is he who deserves all the credit for his great work.
All donations goes to Aofdev.