This project demonstrates how to use Firebase Authentication for a sign up and login system.
The project contains the following files:
index.html- the main HTML file with the Login / Signup formindex.css- the css file for the main HTML Pageindex.js- the JavaScript code for Firebase Authenticationfirebase.js- the Firebase Credentialswelcome.html- the page that is displayed after successful loginwelcome.js- the JavaScript code for welcome page with a button to logout
-
Frontend:
- HTML
- CSS
-
Backend:
- JavaScript
-
Database / Authentication:
- Firebase
To run the project, simply open the index.html file in a web browser. The project requires an internet connection to connect to Firebase Authentication.
This project demonstrates how to implement Firebase Authentication for Login and Signup using JavaScript. You can use this as a starting point for your own authentication implementation.


