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.
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.