名前空間: firestore

インターフェース

メソッド

例ドキュメントスナップショット

静的

exampleDocumentSnapshot() は test.firestore.DocumentSnapshot を返します

例を取得する データがすでに設定されているドキュメント スナップショットのオブジェクトをChange 。ラップされた Firestore のonCreate関数またはonDelete関数に渡すことができます。

戻り値

non-null test.firestore.DocumentSnapshot

例DocumentSnapshotChange

静的

exampleDocumentSnapshotChange() は test.firestore.DocumentSnapshot を返します

例を取得する データがすでに設定されているドキュメント スナップショットのオブジェクトをChange 。ラップされた Firestore のonUpdate関数またはonWrite関数に渡すことができます。

戻り値

non-null test.firestore.DocumentSnapshot

makeDocumentSnapshot

静的

makeDocumentSnapshot(data, refPath, options) は test.firestore.DocumentSnapshot を返します

テスト用にドキュメントのスナップショットを作成します。

パラメータ

データ

物体

ドキュメント内のデータを表すキーと値のペア。存在しないドキュメントのスナップショットを模擬するには、 {}を渡します。

値は null であってはなりません。

参照パス

参照のフルパス (例: 「users/alovelace」)。

オプション

物体

DocumentSnapshotOptionsとしてのオプションのパラメーター。

値は null の可能性があります。

戻り値

non-null test.firestore.DocumentSnapshot