Closed lakshayman closed 1 month ago
We must create the following Firestore indexes for the profileDiffs collection. These indexes are required to handle search queries.
Indexes to be Created: Index 1:
Collection: profileDiffs Fields: approval: Ascending userId: Ascending timestamp: Descending __name__: Descending
The index below should be in Prod, please create it if it is not there. Index 2:
Collection: profileDiffs Fields: approval: Ascending userId: Ascending timestamp: Ascending __name__: Ascending
First index already exists. Second one has been created in prod
Issue Description
We must create the following Firestore indexes for the profileDiffs collection. These indexes are required to handle search queries.
Indexes to be Created: Index 1:
The index below should be in Prod, please create it if it is not there. Index 2: