RealDevSquad / RealDevSquad/website-backend
[Staging] Create Indexes for userStatus collection
Open
Beginner friendly
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 74
- Forks
- 276
- Avg merge
- 1d 26m
- Merged PRs (30d)
- 14
Description
Description
- We need to add the following index in the firestore Collection: usersStatus
Fields indexed:- futureStatus.state (Ascending)
- futureStatus.from (Ascending)
- https://console.firebase.google.com/v1/r/project/<Project:id/firestore/indexes?create_composite=Cllwcm9qZWN0cy9yZHMtd2ViLWJhY2tlbmQtMjYzZDMvZGF0YWJhc2VzLyhkZWZhdWx0KS9jb2xsZWN0aW9uR3JvdXBzL3VzZXJzU3RhdHVzL2luZGV4ZXMvXxABGhYKEmZ1dHVyZVN0YXR1cy5zdGF0ZRABGhUKEWZ1dHVyZVN0YXR1cy5mcm9tEAEaDAoIX19uYW1lX18QAQ
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open the provided Firebase Console link for the staging project and review the usersStatus collection index configuration. Create the composite index for futureStatus.state ascending and futureStatus.from ascending; done means the requested index is present and the Firestore index deployment has completed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- firebase
- Domain
- database
- Issue type
- Feature
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Quiet
- Clarity
- Clearly specified
- Newbie friendliness
- 78/100