Using Cloud Firestore to power a Slack app.

Continuing from Make Slack app respond to reacji, it's time to actually store and retrieve real data instead of relying on stubbed data. We'll be building on Google Cloud Firestore, which is a NoSQL database offered on GCP.

By the end of this post our /reflect commands and :ididit: reacji will get recorded properly, and each call to /recall and visit to the App Home view will return real data as well.

post starts at commit 08eb and ends at commit 4584

Slack app in Python series Creating a Slack App in Python on GCP Adding App Home to Slack app in Python Make...
 •  0 comments  •  flag
Share on Twitter
Published on November 10, 2019 06:00
No comments have been added yet.