You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The player's last 20 games are not displayed in the correct order when "Singles" or "Doubles" match type is selected. In order to grab singles or doubles games, the firebase query is sorting on field "p1t2" (exists if doubles, null if singles). Need to figure out how to then sort it based on the timestamp ("dt").
The text was updated successfully, but these errors were encountered:
Created temporary fix where the last 20 games just loads all games (doubles and singles) regardless of match type, but it displays them in the correct order.
The player's last 20 games are not displayed in the correct order when "Singles" or "Doubles" match type is selected. In order to grab singles or doubles games, the firebase query is sorting on field "p1t2" (exists if doubles, null if singles). Need to figure out how to then sort it based on the timestamp ("dt").
The text was updated successfully, but these errors were encountered: