A chat app is an application through which a conversation can be created between two users. We used Firebase for several reasons, including Firebase offers a real-time database that allows data to be synchronized across clients in real time.
Firebase provides a straightforward and secure authentication system. This saves developers time and effort in implementing user authentication, including options for email/password, social media logins, and more.
Firestore is Firebase's newer database offering that provides a more scalable and flexible NoSQL database solution. It allows you to structure data in collections and documents, making it well-suited for complex data models.