Git Product home page Git Product logo

abhi-gowda / firebase-auth-using-javascript Goto Github PK

View Code? Open in Web Editor NEW
3.0 1.0 0.0 33 KB

Firebase Authentication using Javascript (Web Version 9 - modular)

Home Page: https://abhi-gowda.github.io/Firebase-Auth-Using-Javascript/

License: GNU General Public License v3.0

CSS 0.81% JavaScript 30.55% HTML 68.64%
bootstrap5 css3 html-css-javascript html5 javascript firebase firebase-auth firebaseauth login login-forms

firebase-auth-using-javascript's Introduction

Firebase Auth Using Javascript

If you're building a new app or adding sign-in to an existing app, Firebase has libraries and services that can help you implement secure authentication without having to build the authentication backend yourself. Firebase Authentication is a complete backend solution for signing in with passwords, federated identity providers, email links, and text messages.

You can use Firebase Authentication to allow users to sign in to your app using one or more sign-in methods, including email address and password sign-in, and federated identity providers such as Google Sign-in and Facebook Login.

Add and initialize the Authentication SDK

import { initializeApp } from "firebase/app";
import { getAuth } from "firebase/auth";

// TODO: Replace the following with your app's Firebase project configuration
const firebaseConfig = {
  // ...
};

// Initialize Firebase
const app = initializeApp(firebaseConfig);

// Initialize Firebase Authentication and get a reference to the service
const auth = getAuth(app);

Tech

Client: HTML, CSS, JavaScript

Server: Firebase

Screenshots

Login Page

image

Signup Page

image

Validation Preview on Signup Page

image

Forgot Password Page

image

Dashboard Page

image

Change Your Password Modal in Dashboard Page

image

Demo Link

URL link : https://abhi-gowda.github.io/Firebase-Auth-Using-Javascript/

Reference and Documentations

Firebase Authentication : https://firebase.google.com/docs/auth/web/start

Bootstrap 5 : https://getbootstrap.com/docs/5.2/getting-started/introduction/

Javascript (Modular) : https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules

SweetAlert2 : https://sweetalert2.github.io/

License

GNU

firebase-auth-using-javascript's People

Contributors

abhi-gowda avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

firebase-auth-using-javascript's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.