https://github.com/alice-sebego/authenfication-system-with-firebase
Create an authentication system with firebase
https://github.com/alice-sebego/authenfication-system-with-firebase
firebase firebase-auth form-validation javascript oop poo vanilla-css
Last synced: about 1 year ago
JSON representation
Create an authentication system with firebase
- Host: GitHub
- URL: https://github.com/alice-sebego/authenfication-system-with-firebase
- Owner: alice-sebego
- Created: 2021-05-30T21:29:14.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-11T20:20:19.000Z (about 5 years ago)
- Last Synced: 2025-02-03T09:19:30.833Z (over 1 year ago)
- Topics: firebase, firebase-auth, form-validation, javascript, oop, poo, vanilla-css
- Language: JavaScript
- Homepage:
- Size: 425 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# authenfication-system-with-firebase
Create an authentication system with firebase
## What is this ?
It's a mini-project in order to improve my skills with vanilla JS & vanilla CSS.
Idem to learn my knowledges to Firebase by Google Clouds and serverless database.
## Languages and Tools used :
* HTML5, CSS3, JavaScript
* [Firebase](https://firebase.google.com/ "Go to his interface of Firebase")
* Webpack & Babel
## DevDependencies & Dependencies
To install all dependencies : `npm install`
To build compile's file : `npm run build`
To watch all change on JS files : `npm run watch`
To start app on local server : `npm run start`
## Firebase
In this project, I've used my own parameters from my personnal account on Google Cloud ;
If you want to use your own parameters and script from Google Cloud Firebase, [you must have or create your account](https://firebase.google.com/ "Go to your interface of Firebase") ; Then, you've to create a project on firebase, follow instructions and copy/paste your parameters in order to replace my own script on ***firebaseconfig.js*** ;
*NB* : In another file, I've created a variable which store the value of ApiKey from the object ***firebaseConfig*** of the file ***firebaseconfig.js***