5

Have to create a social network type app for a project. Anyone ever used firebase for the purpose?
Any sort of help in defining the DB schema would help :D

Comments
  • 2
    If you've worked on JSON before then you shall not have any problem, just avoid too much nesting or you might face problems in CRUD operations :)
  • 0
    Yeah what @parag0 said. Try to keep your Json as flat as possible don't make your life more complicated.
  • 0
    @parag0 @Irk89 can you help me decide how should I store the user I in db? I'll be using kinvey for it
Add Comment