.auth()
.signInWithPhoneNumber(phone, appVerifier)
.then((confirmationResult) => {
console.log(confirmCode)
while(!confirmCode) return
confirmationResult
.confirm(confirmCode)
.then((result) => {
const user = result.user;
};
confirmCode пустой прилетает, он не ждет его получения... Что можно сделать?
confirmCode вводит пользователь в инпут
Обсуждают сегодня