Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 881 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 881 Bytes

firebase-discord-client

Dashboard client that uses firebase auth, then allows you to store discord tokens

What is it

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.

Development

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

License

MIT