kiwiswift / biketastic

strava integration using firebase functions

Home Page:https://biketastic.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

biketastic

Before all things

firebase login

Configure

firebase --project biketastic-x23 functions:config:set \
          strava.client_id="${STRAVA_CLIENT_ID}" \
          strava.client_secret="${STRAVA_CLIENT_SECRET}" \
          credential.client_email="${CREDENTIAL_CLIENT_EMAIL}" \
          credential.private_key="${CREDENTIAL_PRIVATE_KEY}"\
          bigquery.dataset="strava" \
          bigquery.table="activities"

Use locally

firebase functions:config:get > functions/.runtimeconfig.json

About

strava integration using firebase functions

https://biketastic.net


Languages

Language:TypeScript 49.5%Language:HTML 38.7%Language:JavaScript 11.8%