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
Documents added to the SCORE_COLLECTION_PATH collection should trigger a leaderboard update.
Actual Behavior
Documents added to the SCORE_COLLECTION_PATH collection don't trigger a leaderboard update. Instead, it just triggers from the default (users) collection.
Steps to Reproduce the Problem
Set SCORE_COLLECTION_PATH to scores
Add a document to scores collection (won't do anything)
Add a document to users collection (triggers a leaderboard update)