Firestore将数据从一种模型传输到另一种模型

时间:2018-07-28 18:20:22

标签: firebase google-cloud-firestore

能告诉我如何迁移或传输数据from this Model: 这是旧模型:

projects/{projId}/transactions/{tranId}/

{

  isPaid:true,
  totalPrice:50

}

为此模型: 这是新模型:

projects/{projId}/transactions/{tranId}/payments/{payId}/

{

  isPaid:true,
  totalPrice:50

}

这只是一个节点。这个项目有很多这样的节点。请参见下图。那么如何将所有数据传输到新模型中呢?即自动化过程或类似的过程。

enter image description here

0 个答案:

没有答案
相关问题