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
1 Respuesta
+ 1
Use firebase database to insert new user data and for login.
And learn Ajax to make asynchronous call from JavaScript to database.