添加子集合firestore

时间:2018-04-17 16:21:18

标签: angular typescript firebase google-cloud-firestore

如何在创建文档时向火库文档添加子集合?让我们看看我是否解释了我要做的是在生成文档的同时创建一个子集合(在本例中为图像)。到目前为止,我已经分别实现了它。如何生成此文档时,还会生成此引用?

enter image description here

此代码适用于我,但适用于已创建的文档:

this.afs.doc ('projects / 2ZFyHTTQhvIqnLHVgQeK'). Collection ('imagenes'). Add (image);

有人可以帮助我更好地专注于这个主题吗?

我做了一个stackblitz:

https://stackblitz.com/edit/angular-wfwhjn?embed=1&file=app/services/firebase.service.ts

1 个答案:

答案 0 :(得分:0)

我们能做到吗?

  

this.db.doc(projects/${project.id});

${project.id}是文档的ID,在此之后我不知道该怎么做。可能是:

  

this.db.doc(projects/${project.id})集合(' imagenes&#39)。 ???