Real-Dev-Squad / todo-action-items

A running list of todo items for Real Dev Squad site
MIT License
4 stars 8 forks source link

Create indexes in firestore #58

Closed akshay1502 closed 2 years ago

akshay1502 commented 2 years ago

Create indexes for task collection for following fields

Steps:

  1. Go to indexes in firestore
  2. Click Add Index
  3. Enter collection ID
  4. Enter fields and choose type of ordering
  5. Select query scope(collection for our case) and create index

eg Screenshot 2022-03-05 at 23-11-21 rds-backend – Cloud Firestore – Firebase console .

ankushdharkar commented 2 years ago

@akshay1502 Initiated creating the indexes. ✅ Thank you for the instructions.

image