DEV Community

Discussion on: Building a Firebase CRUD Service for Angular

Collapse
 
briancodes profile image
Brian • Edited

I'm not sure this is using the Bridge Pattern (as I understand it) - the TodoService is tightly coupled to the FirestoreCrudService using a class reference not an interface, which couldn't really be substituted without changing the implementation of both