Home
Softono

Vue Firebase Auth Vuex

Open source MIT JavaScript
261
Stars
63
Forks
3
Issues
6
Watchers
4 years
Last Commit

 About Vue Firebase Auth Vuex

Vue FirebasešŸ”„ Authentication with Vuex

Platforms

Web Self-hosted

Languages

JavaScript

Links

Need Help Installing Vue Firebase Auth Vuex?

We provide expert installation service for this software. Our team will install, configure, and secure Vue Firebase Auth Vuex on your server. plans start at just $30.

Vue Firebase Auth Vuex

View on GitHub

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 [email protected]: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