Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

202
Views
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
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!