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

Method data

packages/firebase-firestore/index.ios.ts:604–606  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

602 }
603
604 data() {
605 return deserializeField(this._native.data());
606 }
607
608 get<fieldType extends DocumentFieldType>(fieldPath: string | number | FieldPath): fieldType {
609 if (fieldPath instanceof FieldPath) {

Callers

nothing calls this directly

Calls 2

deserializeFieldFunction · 0.70
dataMethod · 0.65

Tested by

no test coverage detected