mattborn / chat

Simple chat with Firebase and React
0 stars 3 forks source link

Add authentication #6

Closed mattborn closed 8 years ago

mattborn commented 8 years ago

You must now sign in with GitHub in order to access the messages. I ran into problems with the firebase dependency, so I removed it to get this working, but we’ll want to figure out how to use that properly. Also, I set the entire authData object in state which we’ll want to clean up at some point because there is no way that is a good idea.

Resolve #1