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

456
Views
How to join two collections in firebase with array of ids using Angular?

I am new to firebase and I am trying to get data from firebase. In MySQL, this is very easy but I don't know how can we join collections in firebase. Please guide me to solve this small issue.

Below is the data in my firebase.

enter image description here

I want to get match the team ID with the users' collection. Below is my code with where condition but it is not working.

 getProjects() {
    this.firestore.collection('projects').valueChanges().subscribe(projects => {
      // console.log(projects)
      // this.projects = projects;
      const teamRef = this.firestore.collection('users');
      projects.forEach(project => {
        teamRef.where('')
      })
      // console.log(this.projects)
    })
  }

Any solution Appreciated!

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!