All Projects → aofdev → Vue Firebase Auth Vuex

aofdev / Vue Firebase Auth Vuex

Licence: mit
Vue Firebase🔥 Authentication with Vuex

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Vue Firebase Auth Vuex

React Most Wanted
React starter kit with "Most Wanted" application features
Stars: ✭ 1,867 (+652.82%)
Mutual labels:  hacktoberfest, firebase, authentication, pwa, progressive-web-app
Angular Shoppingcart
ShoppingCart (Ecommerce) 🛒 Application using Angular10, Firebase, PWA, Drag&Drop, Materialized Bootstrap and i18n 🚀🔥👨‍💻
Stars: ✭ 483 (+94.76%)
Mutual labels:  firebase, firebase-authentication, pwa, progressive-web-app
Vue Pomo
A progressive web app for the Pomodoro Technique, built with Vue 2.0, Vuex and Firebase.
Stars: ✭ 51 (-79.44%)
Mutual labels:  firebase, vuex, pwa
Bikedeboa
A (Progressive) Web App to find, map and review bike parkings in the cities of Brazil.
Stars: ✭ 54 (-78.23%)
Mutual labels:  hacktoberfest, pwa, progressive-web-app
Vuesion
Vuesion is a boilerplate that helps product teams build faster than ever with fewer headaches and modern best practices across engineering & design.
Stars: ✭ 2,510 (+912.1%)
Mutual labels:  vuex, progressive-web-app, pwa
Buefy Shop
A sample shop built with Nuxt, Stripe, Firebase and Serverless Functions
Stars: ✭ 207 (-16.53%)
Mutual labels:  firebase, vuex, pwa
Pwa Workshop Angular Firebase
Build a production ready PWA with Angular and Firebase! This workshop consists of multiple steps for producing a PWA by transforming a regular web app - Ionic Conference App into a PWA, finally deploying it to Firebase.
Stars: ✭ 45 (-81.85%)
Mutual labels:  firebase, pwa, progressive-web-app
Nextjs Redux Firebase Authentication
Boilerplate Project for Authentication with Firebase in NextJs and Redux
Stars: ✭ 90 (-63.71%)
Mutual labels:  firebase, authentication, firebase-authentication
Hoverboard
Conference website template
Stars: ✭ 935 (+277.02%)
Mutual labels:  hacktoberfest, firebase, pwa
Bento Starter
🍱 Full-Stack solution to quickly build PWA applications with Vue.js and Firebase
Stars: ✭ 1,519 (+512.5%)
Mutual labels:  firebase, vuex, pwa
Https Localhost
HTTPS server running on localhost
Stars: ✭ 122 (-50.81%)
Mutual labels:  hacktoberfest, pwa, progressive-web-app
Vue Firebase Starter
boilerplate of vue/vuex/vue(x)-router, with sass/prerendering, muse-ui, and firebase/firebaseui
Stars: ✭ 43 (-82.66%)
Mutual labels:  firebase, vuex, pwa
React Firebase Authentication
🔥 Boilerplate Project for Authentication with Firebase in React.
Stars: ✭ 863 (+247.98%)
Mutual labels:  firebase, authentication, firebase-authentication
Firebase Ios Sdk
Firebase iOS SDK
Stars: ✭ 3,309 (+1234.27%)
Mutual labels:  firebase, authentication, firebase-authentication
Yesplaymusic
高颜值的第三方网易云播放器,支持 Windows / macOS / Linux
Stars: ✭ 12,981 (+5134.27%)
Mutual labels:  vuex, pwa, progressive-web-app
The forge
Our groundbreaking, lightning fast PWA CLI tool
Stars: ✭ 70 (-71.77%)
Mutual labels:  firebase, pwa, progressive-web-app
Vuetify Todo Pwa
✔️ A simple Todo PWA built with Vue CLI 3 + Vuex + Vuetify.
Stars: ✭ 160 (-35.48%)
Mutual labels:  vuex, pwa, vue2
Upup
✈️ Easily create sites that work offline as well as online
Stars: ✭ 4,777 (+1826.21%)
Mutual labels:  hacktoberfest, pwa, progressive-web-app
Firebase Admin Python
Firebase Admin Python SDK
Stars: ✭ 591 (+138.31%)
Mutual labels:  firebase, authentication, firebase-authentication
React Mobx Firebase Authentication
🔥Boilerplate Project for Authentication with Firebase in React and MobX
Stars: ✭ 111 (-55.24%)
Mutual labels:  firebase, authentication, firebase-authentication

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


Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].