Skip to content

firestore

Android Chat Messenger with Firestore (MVVM Edition) with Dagger, LiveData, and Coroutines

Let’s be real. MVVM and Dagger are very important concepts in Android Development. Yet, nobody really knows what’s the ‘right’ way to implement either of them. MVVM is simple enough, at least in its vanilla form. You’d simply follow this dependency diagram. The View knows… Read More »Android Chat Messenger with Firestore (MVVM Edition) with Dagger, LiveData, and Coroutines

A Comprehensive Guide to FirebaseUI for Android: The shortcut to Authentication, Firestore, and Storage

Firebase UI isn’t the most prominent thing about Firebase. Needless to say, it’s really undervalued. It makes use of pre-made design flows by Google so that we developers don’t have to reinvent the wheel for what we don’t need to. It makes developing apps ridiculously… Read More »A Comprehensive Guide to FirebaseUI for Android: The shortcut to Authentication, Firestore, and Storage