네임스페이스: 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

공전

makeDocumentSnapshot(data, refPath, options)은 test.firestore.DocumentSnapshot을 반환합니다.

테스트용 문서 스냅샷을 만듭니다.

매개변수

데이터

물체

문서의 데이터를 나타내는 키-값 쌍입니다. 존재하지 않는 문서의 스냅샷을 모의하려면 {} 를 전달하세요.

값은 null일 수 없습니다.

참조 경로

참조의 전체 경로(예: 'users/alovelace').

옵션

물체

DocumentSnapshotOptions 와 같은 선택적 매개변수.

값은 null일 수 있습니다.

보고

non-null test.firestore.DocumentSnapshot