CharityBunyon / Create-Beauty

0 stars 0 forks source link

Seed Data #6

Closed CharityBunyon closed 4 years ago

CharityBunyon commented 4 years ago

Story

AC

WHEN I setup my app, I want to create a firebase database for it AND on firebase is where I'll link my data

Dev Notes

Base JSON:

{
  "looks": "looks",
}

Looks JSON:

{
  "look1": {
         "uid": "",
         "rating": "",
         "steps": "",
         "products": "",
         "imgUrl": "",
         "share": ""
     }
}