aofdev / vue-firebase-auth-vuex

Vue FirebasešŸ”„ Authentication with Vuex

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vue auth firebasešŸ”„ with vuex

vue authentication firebasešŸ”„

alt tag

Simplified Firebase authentication for vue projects with support for Facebook & Google login & Github & Twitter and with support Progressive Web Apps

Config

Step 1

Firebase Auth Provides Method Email/Password,Google,Facebook,Github,Twitter Enabled Firebase console

Step 2

Initialize Firebase At main.js Firebase Credentials

firebase.initializeApp({
    apiKey: '',
    authDomain: '',
    databaseURL: '',
    projectId: '',
    storageBucket: ''
})

Installation

# Git Clone Project
git clone git@github.com:aofdev/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

About

Vue FirebasešŸ”„ Authentication with Vuex

License:MIT License


Languages

Language:JavaScript 62.4%Language:Vue 32.5%Language:HTML 4.9%Language:Stylus 0.2%