Dashboard client that uses firebase auth, then allows you to store discord tokens
This is a very early model concept of custom authentication. I dislike using Discord as a provider as it is lacking some core features. Also Firebase Auth is super easy to setup, it's state change observable pattern does suck though. Once again this is early proof of concept. This has NO styling yet. Literally just logic. Also this relies on a serverless function that I have built, but have yet to upload.
Built with react. You'll need node.js & yarn.
# clone repo
git clone https://github.com/SunstroUS/firebase-discord-client.git
# install dependencies
yarn install
# start app on port 3000
yarn start