/reserve-parking-space

Allows employees to book/cancel a parking space in the office on a selected day using the slack command.

Primary LanguageTypeScript

Setting up slack signing secret and bot token

$ firebase functions:config:set slack.signingsecret="SIGNING_SECRET"
$ firebase functions:config:set slack.bottoken="BOT_OAUTH_TOKEN"