命名空間: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