对于要使用Firebase构建的系统,我想知道什么是设置数据库的最佳/可扩展性最好的方法。
我想知道是否应该使用像这样的容器化结构:
userID
- contacts
-- name
-- id
- invoices
-- nr
-- id
- clients
或者采用更常规的结构,例如:
-Invoices
-- name
-- id
-contacts
-- name
-- id
-clients
-- name
-- id