Project detail
Fire Chat
A sketchy real-time chatting application (pls do not hack)
HTMLCSSJavaScriptFirebase
Overview
Fire Chat is a real-time chat web app built with Firebase, allowing multiple users to send and receive messages instantly.
Challenges
Managing real-time updates, authentication, and secure data handling without race conditions was difficult. Since I didn't know how to inplement environmental variables at that period of time, the open API keys were susceptible to various datas that are not supposed to be there
Learnings and outcomes
I gained experience with Firebase real-time database, authentication, and building responsive chat UIs.