This is my project to learn to create a chat app using Firebase as a backend. The design that I am using is from the Figma community, here it is
With this project, I was learning clean architecture, following a tutorial from resocoder. The first approach was to make a few directories representing each feature within the app. But immediately, I faced a problem, I wanted to use the same entity across the features. So I went to Google the same issue and found a particular solution, the solution is that I am making root directories for data, domain, and presentation each. Within each of the general directories I am making shared and features directories. So I can store the entity code that would be shared across the features within the shared directory, and implement the rest architecture within each feature directory.
My objective with this project is I want to learn CI/CD by implementing the architecture and push the app to the Play Store soon. One of my plans is, I plan to learn how to use the semantic version and implement it throughout the continuous development process. If you are interested in the idea of learning together along the process, please keep watch this repo. The development progress would be pushed.
Below are the screenshots from the project.