命名空间:firestore

界面

方法

示例文档快照

静止的

exampleDocumentSnapshot() 返回 test.firestore.DocumentSnapshot

获取已填充数据的文档快照的示例Change对象。可以传递到包装的 Firestore onCreateonDelete函数中。

退货

non-null test.firestore.DocumentSnapshot

示例文档快照更改

静止的

exampleDocumentSnapshotChange() 返回 test.firestore.DocumentSnapshot

获取已填充数据的文档快照的示例Change对象。可以传递到包装的 Firestore onUpdateonWrite函数中。

退货

non-null test.firestore.DocumentSnapshot

制作文档快照

静止的

makeDocumentSnapshot(data, refPath, options) 返回 test.firestore.DocumentSnapshot

创建文档快照以进行测试。

范围

数据

目的

表示文档中数据的键值对。传入{}以模拟不存在的文档的快照。

值不能为空。

参考路径

细绳

参考的完整路径(例如“users/alovelace”)。

选项

目的

可选参数为DocumentSnapshotOptions

值可能为空。

退货

non-null test.firestore.DocumentSnapshot