测试。火库
用于使用 Cloud Functions for Firebase Test SDK 测试 Cloud Firestore 函数的命名空间。
界面
文档快照选项
方法
示例文档快照
exampleDocumentSnapshot() 返回 test.firestore.DocumentSnapshot
获取已填充数据的文档快照的示例Change
对象。可以传递到包装的 Firestore onCreate
或onDelete
函数中。
- 退货
non-null test.firestore.DocumentSnapshot
示例文档快照更改
exampleDocumentSnapshotChange() 返回 test.firestore.DocumentSnapshot
获取已填充数据的文档快照的示例Change
对象。可以传递到包装的 Firestore onUpdate
或onWrite
函数中。
- 退货
non-null test.firestore.DocumentSnapshot
制作文档快照
makeDocumentSnapshot(data, refPath, options) 返回 test.firestore.DocumentSnapshot
创建文档快照以进行测试。
范围 | |
---|---|
数据 | 目的 表示文档中数据的键值对。传入 值不能为空。 |
参考路径 | 细绳 参考的完整路径(例如“users/alovelace”)。 |
选项 | 目的 可选参数为 值可能为空。 |
- 退货
non-null test.firestore.DocumentSnapshot