MCPcopy Index your code
hub / github.com/angular/angularfire / data

Method data

src/compat/firestore/interfaces.ts:30–30  ·  view source on GitHub ↗
(options?: SnapshotOptions)

Source from the content-addressed store, hash-verified

28
29export interface QueryDocumentSnapshot<T> extends firebase.firestore.QueryDocumentSnapshot<T> {
30 data(options?: SnapshotOptions): T;
31}
32
33export interface QuerySnapshot<T> extends firebase.firestore.QuerySnapshot<T> {

Callers 7

constructorMethod · 0.65
valueChangesMethod · 0.65
collection.spec.tsFile · 0.65
valueChangesMethod · 0.65
document.spec.tsFile · 0.65
valueChangesMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected