測試。火庫
用於使用 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