Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

460
Vistas
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
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda