stream-chat-android icon indicating copy to clipboard operation
stream-chat-android copied to clipboard

Get separated instances of Repositores implementation from RepositoryFacade

Open leandroBorgesFerreira opened this issue 2 years ago • 0 comments

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.

leandroBorgesFerreira avatar Aug 29 '22 17:08 leandroBorgesFerreira