MCPcopy Create free account
hub / github.com/NativeScript/firebase / get

Method get

packages/firebase-firestore/index.d.ts:143–143  ·  view source on GitHub ↗
(fieldPath: keyof T | IFieldPath)

Source from the content-addressed store, hash-verified

141 data(): T | undefined;
142
143 get<fieldType extends DocumentFieldType>(fieldPath: keyof T | IFieldPath): fieldType;
144}
145
146export interface IQueryDocumentSnapshot<T extends DocumentData = DocumentData> extends IDocumentSnapshot<T> {

Callers

nothing calls this directly

Implementers 2

DocumentSnapshotpackages/firebase-firestore/index.andr
QueryDocumentSnapshotpackages/firebase-firestore/index.andr

Calls

no outgoing calls

Tested by

no test coverage detected