Vanilla Firestore vs RxFirestoreKT
RxFirestoreKT is a great library for combining RxJava (Kotlin) and Firestore together, but what I noticed about Firestore is that it already contains many of RxJava’s advantages as it is. Firestore works asynchronously, it can map documents to POJO objects, and can keep a continuous… Read More »Vanilla Firestore vs RxFirestoreKT