Vue Firebase🔥 Authentication with Vuex
vue authentication firebase🔥
Simplified Firebase authentication for vue projects with support for Facebook & Google login & Github & Twitter and with support Progressive Web Apps
Firebase Auth Provides Method Email/Password,Google,Facebook,Github,Twitter Enabled Firebase console
Initialize Firebase At
main.jsFirebase Credentials
bash firebase.initializeApp({ apiKey: '', authDomain: '', databaseURL: '', projectId: '', storageBucket: '' })
# Git Clone Project git clone [email protected]:aofdev/vue-firebase-auth-vuex.gitCd 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