相关疑难解决方法(0)

如何在Firestore中的现有阵列中添加或删除项目?

Firestore最近添加了新的新方法FieldValue.arrayUnion(value)和FieldValue.arrayRemove(value),但我在flutter cloud_firestore包中找不到实现。有什么办法可以达到这个结果?

Firestore addUpdate:https ://firebase.google.com/docs/firestore/manage-data/add-data#update_elements_in_an_array

dart flutter google-cloud-firestore

2
推荐指数
2
解决办法
2499
查看次数

标签 统计

dart ×1

flutter ×1

google-cloud-firestore ×1