Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

14. As a component, I want to initialize an empty firestore 'items' collection when a new user is created #31

Closed
Mandihamza opened this issue Nov 2, 2021 · 0 comments · Fixed by #32

Comments

@Mandihamza
Copy link
Member

Mandihamza commented Nov 2, 2021

At the moment, we create both new users and list items in the same collection.

AC:

  • When a user creates their first item, create a firestore collection to store their list of items. This collection will store items for that user only.
  • Update and add new titles in database & app to correctly identify what they represent.
    • list > users
    • items > list

Current data structure:

Image 2021-11-01 at 6 39 30 PM

New data structure:

Screen Recording 2021-11-01 at 06 44 25 PM

@Mandihamza Mandihamza linked a pull request Nov 2, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant