Android Studio – Kotlin MVVM with Firebase not Observing data when added to MutableLiveData Array
I have a bottom Sheet Fragment with MVVM which is observing a Firebase Search which is then added to a MutableLiveData. The .observe(viewLifecycleOwner){it->} is never accessed when data is set from the firebase search even when data is added to…