DEV Community

Discussion on: Building a Firebase CRUD Service for Angular

Collapse
 
dylanwatsonsoftware profile image
Dylan Watson • Edited

Thanks! This is a great idea!
Is there any reason why you manually create Promises though? I normally just return the promises returned by firebase's set/add/delete methods.