命名空間:資料庫

方法

範例資料快照

靜止的

exampleDataSnapshot() 回傳 test.database.DataSnapshot

取得已填入資料的範例資料快照。可以傳遞到包裝資料庫的onCreateonDelete函數中。

退貨

non-null test.database.DataSnapshot

範例資料快照更改

靜止的

exampleDataSnapshotChange() 回傳 test.database.DataSnapshot

取得已填入資料的資料快照的範例Change物件。可以傳遞到包裝的資料庫onUpdateonWrite函數中。

退貨

non-null test.database.DataSnapshot

製作數據快照

靜止的

makeDataSnapshot(val, refPath, app) 回傳 test.database.DataSnapshot

建立資料快照以進行測試。

範圍

瓦爾

(字串、數字、布林值或非空物件)

快照的資料值。

參考路徑

細繩

參考的完整路徑(例如“users/alovelace”)。

應用程式

firebase.app.App

資料庫所屬的 Firebase 應用程式。初始化應用程式時提供的databaseURL用於建立此快照。如果您在初始化firebase-functions-test時提供了設定值,則無需提供此參數。

值可能為空。

退貨

non-null test.database.DataSnapshot