如何在Firebase Firestore Android中更新数组中对象的字段值?

时间:2019-08-29 08:47:55

标签: android google-cloud-firestore

请找到以下数组的对象结构

getCollection().document(BASE_PATH)
    .update("iceBlocks", FieldValue.arrayUnion(Object))
    .addOnSuccessListener(onSuccessListener)
    .addOnFailureListener(error_writing_document);

enter image description here

我想将 block1 的字段值从-1更新为索引元素2处的其他值。

0 个答案:

没有答案