Commit Graph

5 Commits

Author SHA1 Message Date
Phil
608351be4e Links provided by dock/overlay buttons are now correct. 2022-09-16 13:51:10 +01:00
Marshall Polaris
c9750515ca Tidy up, handle some errors when talking to bot 2022-09-16 00:19:14 -07:00
Phil
13717efeca Changed to point to live bot server. 2022-09-15 17:07:58 +01:00
Phil
95182957f5 Bot linking button functional. 2022-09-14 16:15:38 +01:00
mantikoros
a2d61a1daa
Twitch integration (#815)
* twitch account linking; profile page twitch panel; twitch landing page

* fix import

* twitch logo

* save twitch credentials cloud function

* use user id instead of bot id, add manifold api endpoint

* properly add function to index

* Added support for new redirect Twitch auth.

* Added clean error handling in case of Twitch link fail.

* remove simulator

* Removed legacy non-redirect Twitch auth code. Added "add bot to channel" button in user profile and relevant data to user type.

* Removed unnecessary imports.

* Fixed line endings.

* Allow users to modify private user twitchInfo firestore object

* Local dev on savetwitchcredentials function

Co-authored-by: Phil <phil.bladen@gmail.com>
Co-authored-by: Marshall Polaris <marshall@pol.rs>
2022-09-14 01:52:31 -07:00