yoshixi / slack-roulette-app

0 stars 0 forks source link

Implement o-auth flow. #7

Open yoshixi opened 2 years ago

yoshixi commented 2 years ago

summary

Implement o-auth flow.

https://slack.dev/bolt-js/concepts#authenticating-oauth https://slack.dev/bolt-js/concepts#receiver

Todo

yoshixi commented 2 years ago

Database selection

Consider the cost is the most critical matter.

Options are below.

  1. GCP (Cloud Run x Firestore)
  2. Render.com (service x Postgres)

After some thought, I chose Cloud Run x Firestore. I would like to learn GCP services through this project.

materials

options for datastore with cloud run

https://medium.com/google-cloud/3-great-options-for-persistent-storage-with-cloud-run-f1581ee05164

yoshixi commented 2 years ago

refs

https://qiita.com/mpppk/items/90acf2e2ef7e9aac24a0

https://qiita.com/kyhei_0727/items/343602fa184c84d593c4