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
{{ message }}
This repository has been archived by the owner on Jan 23, 2025. It is now read-only.
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.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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: