How to make signup and signin form functionable with js | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to make signup and signin form functionable with js

I want user's to be able to login and see their account and then log out when they are ready to log out

20th Feb 2022, 5:04 AM
Jackie Barnes
Jackie Barnes - avatar
1 Answer
+ 1
Use firebase database to insert new user data and for login. And learn Ajax to make asynchronous call from JavaScript to database.
20th Feb 2022, 5:12 AM
A͢J
A͢J - avatar