Xkoranate-Mobile-Development-Team / Xkoranate-Mobile

Collaboration continuation of Xkoranate by NS sports. First Mobile Version of the Program.
GNU General Public License v3.0
3 stars 1 forks source link

Remove multiple libraries for observable pattern #16

Open boswelja opened 3 years ago

boswelja commented 3 years ago

Currently, the project includes RxJava, LiveData, and Kotlin Flows (via Coroutines). Having 3 of these is redundant, and only adds to the app size. I'd recommend sticking with Kotlin Flows, and removing the other two

tumininucodes commented 3 years ago

Okay. Rx was used for the firebase authentication. Would switch to coroutines then