Skip to content

Commit

Permalink
Created index.md file of firestore index.
Browse files Browse the repository at this point in the history
  • Loading branch information
yugank1991 committed Apr 3, 2019
1 parent 1aef9dd commit 9c9b086
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions index.md
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

0 comments on commit 9c9b086

Please sign in to comment.