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

210
Visualizações
How to use orderByChild.equalTo in firebase realtime database V9 using ReactJS

I am new and learning ReactJS. I am writing a code for matching the model text from my code to firebase Realtime database model text.I have stored my model text in state and defined it like this var modelTxt = this.state.models. and written my firebase database query like this. and import it like this import { getDatabase, ref, get, orderByChild } from "firebase/database"; The problem is I am not able to get the data from firebase. Can anyone please check my code and help me with this.

My database structure is like this :

{
070921210001{
"Model": "modelName"
}
}

My code

var modelTxt = this.state.models
console.log(modelTxt)

 const dbRef = ref(getDatabase(`/`));
  dbRef.orderByChild(`Model`).equalTo(modelTxt).once("value", function(snapshot){
    console.log(snapshot.val())
  
  }).catch((error) => {
    console.error(error);
  });

I think I was calling the data in wrong way.Can anyone please help.

about 4 years ago · Juan Pablo Isaza
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