Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

121
Visualizações
how to multiply fields with firestore depending on selection?

const bankSelect = document.getElementById("bank-select");
const сalculatePayment = document.getElementById("сalculate-payment");


// add bankName in Select
async function getAllBanks() {
  const snapshot = await firebase.firestore().collection("banks").get();
  return snapshot.docs.map(
    (doc) =>
      (bankSelect.innerHTML += `
  <option value="${doc.data().bankName}">${doc.data().bankName}</option>
  `)
  );
}


//count 
сalculatePayment.addEventListener("click", (event) => {
  event.preventDefault();
});

getAllBanks();

I store banks in a Firestore database. The bank is saved with fields, for example: numberOne, numberTwo, numberThree. I need, depending on the choice of the bank, when you click on the button, multiply the numbers that are recorded in the database for a particular bank. How can i do this?

about 4 years ago · Santiago Gelvez
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda