MCPcopy Index your code
hub / github.com/NativeScript/firebase / data

Method data

packages/firebase-firestore/index.android.ts:355–357  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

353 }
354
355 data() {
356 return deserializeField(this.native.getData());
357 }
358
359 get<fieldType extends DocumentFieldType>(fieldPath: string | number | FieldPath): fieldType {
360 if (fieldPath instanceof FieldPath) {

Callers

nothing calls this directly

Calls 1

deserializeFieldFunction · 0.70

Tested by

no test coverage detected