https://github.com/roma-marshall/firebase-auth
The open source boilerplate authentication based on Vue3, Firebase and Pinia
https://github.com/roma-marshall/firebase-auth
firebase firebase-auth firebase-authentication pinia vue3 vue3-auth vuefire
Last synced: 5 months ago
JSON representation
The open source boilerplate authentication based on Vue3, Firebase and Pinia
- Host: GitHub
- URL: https://github.com/roma-marshall/firebase-auth
- Owner: roma-marshall
- License: mit
- Created: 2024-04-09T08:53:36.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-01T08:05:42.000Z (over 1 year ago)
- Last Synced: 2025-10-26T01:39:04.714Z (8 months ago)
- Topics: firebase, firebase-auth, firebase-authentication, pinia, vue3, vue3-auth, vuefire
- Language: Vue
- Homepage: https://firebase-auth-vue3.vercel.app
- Size: 48.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vue3 + Firebase
The Open Source eCommerce authentication built using Vue3, Firebase and Pinia.
## Code snippets
1. Get your firebase `apiKey` from [firebase console](https://firebase.google.com/)
2. Then go to `src/firebase/config.js` and set up your firebase `apiKey`
```javascript
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
```
## Recommended Installation
```
git clone https://github.com/roma-marshall/firebase-auth.git
cd firebase-auth
npm run dev
```
## License
MIT License