nathanieltylerowens / dogdays

0 stars 0 forks source link

R - View (Category) by dogId. #17

Closed nathanieltylerowens closed 3 years ago

nathanieltylerowens commented 4 years ago

User Story

As a user, when I go to my single dog, I should see all the Categories I have added to it.

AC

All categorys that user has added should be displayed

Dev Notes

Add database rules to Firebase to allow Categorys db to be indexed by dogId. Use axios.get() in /src/helpers/data/(Categories)Data Get Category by dogId.