Firebase Profile is Learning site with Firebase, Login and Register.
https://firebase-profile.netlify.app/
- Firebase Profile
- Used Firebase features like authentication, firestore and storage.
- Login and Register with Google.
- Dashboard manager like change Profile picture and User details.
- User listing, User Details, Dashboard and contact pages.
-
Setup this site.
Clone this repo:
# Clone this Repositories https://github.com/rohitguptab/firebase-profile
-
Setup Firebase
-
Setup your Own Configure Projects.
Add all keys in store.js firebaseConfig object
- apiKey = Key
- authDomain = Key
- databaseURL = Key
- projectId = Key
- storageBucket = Key
- messagingSenderId = Key
- appId = Key
-
Start developing.
Navigate into your new site’s directory and start it up.
npm install npm start
-
Open the source code and start editing!
Your site is now running at
http://localhost:3000
!Open the
firebase-profile
directory in your code editor of choice and editsrc/pages/index.js
. Save your changes and the browser will update in real time!