joris

Idea

Apr 8th, 2020
350
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. - Users collection
  2. - Document registered user 001
  3. - Inside document has field (UserId, email, address, etc)
  4.  
  5.  
  6.  
  7. - Category collection
  8. - Every document belongs to user registered
  9. - Inside document has field (UserId, status)
  10. - How to create/insert collection of Menu inside here? How is logic or structure?
  11.  
  12. So if I login into my app, I can get all list of category menu available based on who is logged in.
  13. If I login with ID 001, I get all list category menu inside my app. Depends on who is logged in.
  14. That's my idea
Advertisement
Add Comment
Please, Sign In to add comment