- π https://stravaytd.curtiscode.dev
- π https://www.curtiscode.dev/post/project/displaying-strava-stats-using-webhooks
Key | Description |
---|---|
ALLOWED_ATHLETES | Comma-separated list of Strava users which will be displayed (e.g 123,456 ). Optionally, a display name can also be shown for each user by appending : followed by their name (e.g 123:foo,456:bar ) |
CIPHERKEY | An alphanumberic value with a length of 32. This is used for the encryption of the user refresh tokens in Firestore |
firebaseServiceAccount | Firebase JSON Service Account details. See more details. |
GITHUB_REF | The default GitHub repository branch (e.g main ) |
GITHUB_REPO | The GitHub username and repository (e.g. <github-username>/<repo-name> ) |
GITHUB_PAT | A GitHub Personal Access See more details |
STRAVA_CLIENTID | Your Strava Client ID |
STRAVA_CLIENTSECRET | Your Strava Client Secret |
STRAVA_VERIFY_TOKEN | Alphanumeric value used to verify the creation of a new Strava webhook subscription |