如何在Firestore中向添加数据的文档中添加子集合?

时间:2019-01-25 18:09:09

标签: java google-cloud-firestore

如何使用Java将子集合添加到添加数据的文档中? 我想这样添加: the round function

我尝试过这种方法,但是没有用:example

declare namespace NodeJS {
    interface Global {
        localStorage: { getItem: (key: string) => any; setItem: (key: string, value: string) => any; };
    }
}

0 个答案:

没有答案
相关问题