MCPcopy
hub / github.com/angular/angularfire / get

Method get

src/compat/firestore/interfaces.ts:24–24  ·  view source on GitHub ↗
(fieldPath: string | FieldPath, options?: SnapshotOptions)

Source from the content-addressed store, hash-verified

22 readonly exists: false;
23 data(options?: SnapshotOptions): undefined;
24 get(fieldPath: string | FieldPath, options?: SnapshotOptions): undefined;
25}
26
27export type DocumentSnapshot<T> = DocumentSnapshotExists<T> | DocumentSnapshotDoesNotExist;

Callers 15

UpboatsComponentClass · 0.65
constructorMethod · 0.65
constructorMethod · 0.65
AuthComponentClass · 0.65
constructorMethod · 0.65
StorageComponentClass · 0.65
constructorMethod · 0.65
ɵlazySDKProxyFunction · 0.65
createStorageRefFunction · 0.65
transformMethod · 0.65
getMethod · 0.65
getMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected