stream-chat-android
stream-chat-android copied to clipboard
Get separated instances of Repositores implementation from RepositoryFacade
Context & proposal
It is better to get individual implementation of Repository
from RepositoryFacade
so we don't have to deal with overrides of RepositoryFacade and we can separate implementation and avoid to use a god class for persistence.
Acceptance criteria
- [ ] It is possible to get all interfaces from RepositoryFacade.