firebase / firebaseui-web

FirebaseUI is an open-source JavaScript library for Web that provides simple, customizable UI bindings on top of Firebase SDKs to eliminate boilerplate code and promote best practices.
https://firebase.google.com/
Apache License 2.0
4.59k stars 1.06k forks source link

[Feature Request] Twitch Authentication #672

Open HugForLuck opened 4 years ago

HugForLuck commented 4 years ago

A simple button to to login with Twitch using a) oAuth or preferably b) OIDC using the implicit or even better the Authorization Code Flow.

Twitch Authentication

Is there a chance to implement this in the near future?

Thanks alot, AnyoneAtWork

bojeil-google commented 4 years ago

Hey @AnyoneAtWork , if Twitch is OIDC compliant and supports implicit flow, you should be able to use it as a custom OIDC provider.