Код: Выделить всё
Signup
Signup
< /code>
И это Firebase: < /p>
// Initialize Firebase
const app = initializeApp(firebaseConfig);
const analytics = getAnalytics(app);
//inputs
const email = document.getElementById('email').value;
const password = document.getElementById('password').value;
//submit button
const submit = document.getElementById('signup');
submit.addEventListener("click", function(event){
event.preventDefault()
alert(5)
})
Подробнее здесь: https://stackoverflow.com/questions/786 ... h-firebase