Node.js
npm
git clone https://github.com/y/AshwiniSh1nde/LoginFormWithFirebase.git
npm install
npm run dev
http://localhost:5000
. You should now see the login form in your browser.Go to the Firebase Console.
Create a new project by clicking the Create Project button.
Once your project is created, click on the Authentication section in the side menu.
Click the Sign-In Method tab and enable email/password authentication.
Copy the Firebase Configuration from the Firebase Console and paste it into the +page.svelte
file in the src/route directory.