forked from anihalaney/rwa-trivia
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Created index.md file of firestore index.
- Loading branch information
1 parent
1aef9dd
commit 9c9b086
Showing
1 changed file
with
46 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
# Firestore index lists | ||
|
||
* gameOver Ascending playerId_0 Ascending gameOverAt Descending | ||
|
||
`Fields` | ||
- gameOver Ascending | ||
- playerId_0 Ascending | ||
- gameOverAt Descending | ||
|
||
|
||
* gameOver Ascending playerId_0 Ascending turnAt Descending | ||
|
||
`Fields` | ||
- gameOver Ascending | ||
- playerId_0 Ascending | ||
- turnAt Descending | ||
|
||
|
||
* gameOver Ascending winnerPlayerId Ascending | ||
|
||
`Fields` | ||
- gameOver Ascending | ||
- winnerPlayerId Ascending | ||
|
||
|
||
* gameOver Ascending playerId_1 Ascending gameOverAt Descending | ||
|
||
`Fields` | ||
- gameOver Ascending | ||
- playerId_1 Ascending | ||
- gameOverAt Descending | ||
|
||
|
||
* gameOver Ascending playerId_1 Ascending turnAt Descending | ||
|
||
`Fields` | ||
- gameOver Ascending | ||
- playerId_1 Ascending | ||
- turnAt Descending | ||
|
||
|
||
* GameStatus Ascending turnAt Descending | ||
|
||
`Fields` | ||
- GameStatus Ascending | ||
- turnAt Descending |