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

228
Vistas
Firebase Error "Uncaught Error in snapshot listener: FirebaseError: The query requires an index"

I'm getting the above error when I run the following query. I can visit the link provided to create an index, but if I understand this correctly I don't think that is feasible since the query is searching through the "members" map for the current users ID which will obviously change depending on the user. Is there some kind of workaround to this issue or would I need to restructure my database?

const subscribeChats = () => {
 const chatsQuery = query(
  collection(db, "chats"),
  where(`members.${getAuth().currentUser.uid}.inChat`, "==", true),
  where(`members.${getAuth().currentUser.uid}.isHidingChat`, "==", false),
  orderBy("lastActive", "desc")
 );

 return onSnapshot(chatsQuery, (snapshot) => {
  setChatsList(
   snapshot.docs.map((doc) => {
    return { id: doc.id, data: doc.data() };
   })
  );
 });
};
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