Real-Dev-Squad / website-backend

The backend code for all our website-related apps
https://api.realdevsquad.com/
MIT License
46 stars 201 forks source link

Create composite indexes in production DB #2002

Closed MehulKChaudhari closed 3 months ago

MehulKChaudhari commented 3 months ago

Issue Description

We need two composite indexes for the orphan tasks filtration feature

  1. https://console.firebase.google.com/v1/r/project//firestore/indexes?create_composite=Ck9wcm9qZWN0cy9yZHMtYmFja2VuZC0yZWY0NS9kYXRhYmFzZXMvKGRlZmF1bHQpL2NvbGxlY3Rpb25Hcm91cHMvdGFza3MvaW5kZXhlcy9fEAEaDgoKYXNzaWduZWVJZBABGgoKBnN0YXR1cxABGgwKCF9fbmFtZV9fEAE

Screenshots

image

ankushdharkar commented 3 months ago

Created the indexes in prod. Thank you for the details!