You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a fair point. At the same time, working with Firestore is much easier and less boilerplatey than doing HTTP requests. That's why I decided to omit the lowest layer of abstraction.
In the end, repository implementation is still within the infrastructure layer so we're not breaking the boundaries laid out by DDD 😜
Firestore
should not be placed in Repositories instead it should be abstracted into something likeFirestoreService
.Edit:
Reference: Service Abstraction
The text was updated successfully, but these errors were encountered: