getScoreboard loaded the full user doc just to use 5 fields. Add getUserForScoreboard using getAll with a fieldMask so only displayName, photoUrl, tierPoints, favoriteTeamCode, and rankSnapshot are fetched, cutting per-request bandwidth. The short-lived me-rank cache (meRankCache, 30s) already covers the rank-count side of R5.
Description
No description provided
Languages
TypeScript
85.5%
HTML
14.5%