markdown Firebase Firestore最佳实践

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown Firebase Firestore最佳实践相关的知识,希望对你有一定的参考价值。

# Firebase Firestore Best Practice

### 1. Correct way to structure data in Firestore:
[SOURCE](https://stackoverflow.com/a/53057707/1602807), [SOURCE](https://angularfirebase.com/lessons/firestore-nosql-data-modeling-by-example/), [SOURCE](https://angularfirebase.com/lessons/advanced-firestore-nosql-data-structure-examples/#Advanced-Techniques-in-NoSQL)

### 2. Managing Denormalized/Duplicated Data in Cloud Firestore:
[SOURCE](https://stackoverflow.com/a/54255915/1602807)

### 3. Collections, Maps, Arrays and their limitations Firestore:
[SOURCE](https://stackoverflow.com/a/52480266/1602807)

### 4. Faster Firestore Read With Cloud Functions Data Aggregation
[SOURCE](https://angularfirebase.com/lessons/firestore-cloud-functions-data-aggregation/)

以上是关于markdown Firebase Firestore最佳实践的主要内容,如果未能解决你的问题,请参考以下文章