codelab-friendlychat-web
codelab-friendlychat-web copied to clipboard
Refactor the logic in the index.js file for web project
The index.js file contains too many functions in my opinion. I think it would be better to have two files, one for authentication and one for messaging, so it's a bit easier to understand.