-
Notifications
You must be signed in to change notification settings - Fork 7.8k
Open
Labels
Description
In the compass app example isn't making the auth repository listenable anti pattern. In my understanding the data layer should be accessed by the view model layer using a method call. If the auth repository is listenable what is to prevent another developer from accessing it directly from the view ? . Kindly shed some light on this matter.