An open API service indexing awesome lists of open source software.

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

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***