Skip to content

Releases: FirebaseExtended/make-it-so-android

Make it So v2.0.0

03 Nov 16:19
55b8504
Compare
Choose a tag to compare

This version of Make it So updates all the services in the model directory to stop using callbacks to pass the results from Firebase APIs back to the ViewModels. Instead, v2.0.0 uses Kotlin Coroutines and Kotlin Flows.

Make it So v1.0.0

03 Nov 13:16
933f9ed
Compare
Choose a tag to compare

This version of Make it So uses callbacks in all services to pass the results from Firebase APIs back to the ViewModels.