Firestore 最大嵌套深度

zin*_*ino 1 firebase firebase-realtime-database google-cloud-firestore

Google Firebase 新 Firestore 的最大嵌套深度是多少?

实时数据库的限制为 32:https : //firebase.google.com/docs/database/web/structure-data#avoid_nesting_data

如果您需要更多深度,是否像某些 NoSQL 数据库(例如弹性搜索)那样将关键路径展平为字符串更好?

Har*_*esh 5

子集合的最大深度为100

文档的最大大小是 1 MiB (1,048,576 bytes)

您可以在此处找到所有限制和配额