Register & Login Page (custom authentication) | Firebase v9 | Javascript

Register & Login Page (custom authentication) | Firebase v9 | Javascript

The Amazing Codeverse

2 года назад

29,836 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Urdu Poetry
Urdu Poetry - 09.08.2023 19:10

I have followed your tutorial very attentively and code exact as same as you did , I am getting user registration details on firebase but unfortunately login page is not working

Ответить
Thea Young
Thea Young - 18.07.2023 19:08

Why are you not using firebases authentication that is prebuilt? with an approach like this it would be possible to to request anyones information including their passwords?

Ответить
Jonathan Marquez
Jonathan Marquez - 30.06.2023 05:20

I followed the steps and video accordingly but I can't seem to get my code to work can I see the source code to compare and see what I did wrong?

Ответить
INKILU
INKILU - 21.06.2023 20:39

what is encription? lol

Ответить
Nurleli Irwan
Nurleli Irwan - 12.06.2023 05:12

why cant the alert show up on my window T-T

Ответить
Patrick Jay
Patrick Jay - 18.05.2023 00:52

This is really great content, very interesting and well put together. Thank you for sharing!

Ответить
PicharDev
PicharDev - 15.04.2023 06:39

🥰

Ответить
Jinx
Jinx - 11.04.2023 20:45

I keep getting the error ref is not defined

Ответить
Crazy Anyone
Crazy Anyone - 29.03.2023 13:41

Excellent Work !!!! and Well Explained the content .
Can you share the source code for the Ref.

Ответить
Shahram Nejad
Shahram Nejad - 25.03.2023 17:34

how about Admin role? is this going to be managed by only one admin in backend?

Ответить
George Igboanugo
George Igboanugo - 09.03.2023 21:18

you've been so resourceful ,
would love to combine this with react or vue

Ответить
Dipu Bhandari
Dipu Bhandari - 05.03.2023 23:25

can you provide the source code

Ответить
Jewel Thomas
Jewel Thomas - 24.01.2023 21:33

source code

Ответить
D Jong
D Jong - 23.01.2023 01:37

may i ask about the updateprofile can be use or it is useless so we have to save user information in real time database?

Ответить
Hat Chhenghorn
Hat Chhenghorn - 17.01.2023 18:46

Why firebase v9.15.0 doesn't working?

Ответить
A P E X 25
A P E X 25 - 25.12.2022 17:03

but in this if i creating two account with same email id then also it will creating the account

Ответить
medo x hunter
medo x hunter - 23.12.2022 17:13

Bro it didn't send to the database although I make everything you say

Ответить
SURAJ TECH
SURAJ TECH - 14.12.2022 10:07

when i click on login it shows login alert but after that it gives a pop up of invalid user and password please help me sir.

Ответить
Rusian
Rusian - 04.12.2022 10:59

Its not working

Ответить
Noel Padrigon
Noel Padrigon - 30.11.2022 18:09

Thank you so much bro

Ответить
jesus garcia
jesus garcia - 21.11.2022 21:51

Hello, thanks for sharing your wisdom. I would like you to make one integrating all CRUD, login, photo ID, etc...
Thanks for everything.

Ответить
KELLY
KELLY - 11.11.2022 02:11

Hi, thank you so much for your guidance! I am unfortunately having some issues. I believe I have followed your directions very thoroughly, but when I enter name and email in my Register form, it does not show up in my realtime database, I checked my console and it keeps saying: "expression: /^*$/: Nothing to repeat," & "child" is not supported by firebase-auth. Do you have any advice for this?

Ответить
Shane Luong
Shane Luong - 08.11.2022 04:35

You are my hero, thank you so much for this video!

Ответить
Jimit Jain
Jimit Jain - 02.11.2022 03:30

For some reason my code is not alerting when i try to to enter all numbers as my username and leave all other fields blank

Ответить
Lalo Flores
Lalo Flores - 13.10.2022 19:18

it works like a charm. Thanks. 👌😎

Ответить
Saahil Rahman
Saahil Rahman - 25.09.2022 23:11

Hi, I was following your tutorial and it came up with this error: Unhandled Promise Rejection: Error: Permission Denied
promiseEmptyOnRejected — Reference_impl.ts:816
promiseReactionJob
Because of this I can’t register a user.
Pls help it would be really appreciated

Ответить
Arthur Kinderman Peres De Oliveira Kinderman
Arthur Kinderman Peres De Oliveira Kinderman - 20.09.2022 03:43

how to fix that Cannot set properties of null (setting 'innerHTML')
at window.onload

Ответить
Clever Codeverse
Clever Codeverse - 18.09.2022 15:58

Thank you for this tutorial, its very helpfull

Ответить
Coding Stars
Coding Stars - 21.08.2022 11:21

Code is not working kindly give the. Source code

Ответить
Wisani L
Wisani L - 07.08.2022 03:21

addEventListener/ button not responding

Ответить
Paweł Waszkiewicz
Paweł Waszkiewicz - 21.06.2022 02:13

Anyone have sourcecode?

Ответить
LUGEYO ARNAUD
LUGEYO ARNAUD - 19.06.2022 02:19

hello. i am facing an issue whereby it says user does not exist and does not let me sign in. some help please.

Ответить
SixWolf
SixWolf - 28.05.2022 05:19

hello, my log in doesent work, this is my code: function AutenticarUsuario(){
const dbRef = ref(db);
get(child(dbRef, "UsersList/" + username.value)).then((snapshot)=>{
if(snapshot.exists()){
let dbpass=(snapshot.val().password);
if (dbpass==pass.value){
login();
}
else{
alert("el usuario no existe");
}
}
else{
alert("el usuario o la contraseña es invalida");
console.log(snapshot.val());
}
})
}

Ответить
Tapashan TR
Tapashan TR - 23.05.2022 22:03

The registration and login works well.. but the home.html is not working at all please help

Ответить
Brikk
Brikk - 22.05.2022 07:18

I need the code please, I get errors when running

Ответить
Maleek Msr
Maleek Msr - 19.05.2022 18:59

Uncaught TypeError: Cannot read properties of null (reading 'value')

any solution please?

Ответить
Bhanu Bani
Bhanu Bani - 10.05.2022 15:23

after the empty field validation it is still adding the details to the database not only the empty field validation it also not working in wrong email, username and name

Ответить
timothy bathan
timothy bathan - 29.04.2022 10:23

can you do it to chrome extension?

Ответить
Benjamin Ureña Campos
Benjamin Ureña Campos - 16.04.2022 05:26

I get the following error: Uncaught ReferenceError: Signout is not defined
at <anonymous>:1:1.

I don't know where the error is, this is the code I have:


function Signout(){
sessionStorage.removeItem('user');
localStorage.removeItem('user');
localStorage.removeItem('keppLoggedIn');
window.location = "home.html";
}

// -----------------------WINDOWS LOADS-----------------//

window.onload = function(){
getUsername();
if(currentUser == null){
userlink.innerText ="Create New Account";
userlink.classList.replace("nav-link","btn");
userlink.classList.add("btn-primary");
userlink.href = "register.html"

signoutlink.innerText ="Login";
signoutlink.classList.replace("nav-link","btn");
signoutlink.classList.add("btn-success");
signoutlink.href = "login.html";

}else{
userlink.innerText =currentUser.username;
userlink.classList.replace("btn","nav-link");
userlink.classList.remove("btn-primary");
userlink.href = "#";

signoutlink.innerText ="Sign Out";
signoutlink.classList.replace("btn","nav-link");
signoutlink.classList.remove("btn-success");
signoutlink.href = "javascript:Signout()";
}
}

Ответить
Tuyen Nguyen
Tuyen Nguyen - 12.04.2022 10:31

please code

Ответить
하나비
하나비 - 07.04.2022 12:29

I followed the sign-up process well, but the login process did not go well. can you help me?

Ответить
Oscar Jr De Guzman
Oscar Jr De Guzman - 30.03.2022 11:02

Registration is complete but my login page doesn't work. How can I fix that?

Ответить
Cedric Gurimbao
Cedric Gurimbao - 21.03.2022 08:37

Great tutorial sir but can u make the same video using firestore?

Ответить
Aatish M
Aatish M - 17.03.2022 17:02

Can you please share the souce code

Ответить
Salman Shah
Salman Shah - 13.03.2022 09:32

Please make a video for phone number authentication.

Ответить
Nicky Andre
Nicky Andre - 08.03.2022 02:39

Hello when i try to click register it doesnt work nothing happends

Ответить