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

230
Visualizações
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 à 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