Most of the firebase functions are squashed into a single class.
Method to solve :
- Split the repository and data source with the implementations into a separate classes and create provider instance for each.
- Change the changed repository with the old ones in the viewmodels consuming the repository
Most of the firebase functions are squashed into a single class.
Method to solve :