I am creating a social site using Firebase.

Each user possess: workout logs, journals, etc

Do I create branches for these entities where the user is registered on each post or to I attach to the user node?

有帮助吗?

解决方案

It depends on how you want to read out the data later. There are several examples of building social sites on Firebase. http://firefeed.io, for example, organizes data as separate nodes for "sparks", "users". There's another example of how to organize your data in this blog post: https://www.firebase.com/blog/2013-04-12-denormalizing-is-normal.html

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top