Expected Behavior
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)
Specifications
- Extension name:
firestore-leaderboard