Commit Graph

11 Commits

Author SHA1 Message Date
Phil
de0996acef Added confirmation popup to refresh API key. Refreshing API key now requires a user to relink their Twitch account. 2022-09-16 16:07:11 +01:00
Phil
a8afe80153 Fixed unnecessary relinking Twitch account when logging in on Twitch page. 2022-09-16 14:26:36 +01:00
Phil
608351be4e Links provided by dock/overlay buttons are now correct. 2022-09-16 13:51:10 +01:00
Phil
0fc346fda8 Add/remove bot from channel working. 2022-09-16 13:45:46 +01:00
Phil
d1b714b301 Fixed secondary Get Started button. Copy overlay and dock link now functional. 2022-09-16 12:46:38 +01:00
Marshall Polaris
0161d7fb75 Slightly improve spacing and alignment on Twitch page 2022-09-16 00:08:52 -07:00
Phil
a923ac82d9 Fixed charity link. 2022-09-15 16:59:25 +01:00
Phil
cb3662de90 Twitch account linking functional. 2022-09-15 16:58:12 +01:00
Phil
c3f1a6b6b6 Moved new Twitch page to correct URL. 2022-09-15 16:16:02 +01:00
Phil
f6d999c956 Removed old Twitch signup page. 2022-09-15 16:15:00 +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