The Open Source eCommerce authentication built using Vue3, Firebase and Pinia.
-
Get your firebase
apiKey
from firebase console -
Then go to
src/firebase/config.js
and set up your firebaseapiKey
const firebaseConfig = {
apiKey: "HERE_IS_YOUR_API_KEY",
authDomain: "auth.domain.firebaseapp.com",
projectId: "vue-app",
storageBucket: "vue-app-db.appspot.com",
messagingSenderId: "212636259258",
appId: "1:21777668592358:web:bb4172e493722ab7a3cb43"
}
export default firebaseConfig
git clone https://github.com/roma-marshall/firebase-auth.git
cd firebase-auth
npm run dev
MIT License