Open MarkyAaronYoung opened 4 years ago
As a developer I need to be able to access my seeded data for each clothing component
WHEN I visit the page I should see it populated with the data stored in firebase AND upon login, it should be CRUD compatible
"shirts": { "shirt1": { "shirtName": "yellow button up that I found in attic", "isTshirt": "No", "whereMade": "USA", "fabricType": "All Cotton", "whatBrand": "", "stichType": "Polyester", "isVintage": "true", "imageUrl": "http://www.shirts.com", "uid": "3xKqMpVRchZg6G3Y4O6yU8yn60I2" }
User Story
As a developer I need to be able to access my seeded data for each clothing component
AC
WHEN I visit the page I should see it populated with the data stored in firebase AND upon login, it should be CRUD compatible
Dev Notes