dneimke / fire-playground

A project to demonstrate and share knowledge about the use of AngularFirebase using Firestore.
1 stars 3 forks source link

Create an Example showing sub-collections #4

Open dneimke opened 6 years ago

dneimke commented 6 years ago

The intention is to use Cart Items for this. They will be added in the following form:

This will demonstrate:

dneimke commented 6 years ago

Question - should the items get stored as a flat list and then injected into a UI component for presentation purposes?