refactor: remove authentication from SearchViewModel
To exclude authentication logic, SearchViewModel now extends from Android ViewModel instead of LoadingViewModel. References to auth objects are removed from viewmodel.
Loading
Please register or sign in to comment