使用PHP从Firestore的子集合文档中获取数据?

时间:2020-05-02 08:02:11

标签: php google-cloud-firestore

我是新来的消防员。我无法使用PHP检索子集合文档输出。

Demo [collection]
     Demo123
             Test [collection]
                              Test1
                              Test2
                              Test3
                                field : 1,
                                field : 2   

我使用以下命令:

$database->collection('Demo')
                ->document('Demo123')
                ->collection('Test')
                ->document(Test3);

以下代码的输出:null。

1 个答案:

答案 0 :(得分:0)

您实际上错过了最后一行的引号