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

Method data

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

Source from the content-addressed store, hash-verified

302 }
303
304 data() {
305 return deserializeField(this.native.data());
306 }
307
308 get<fieldType extends DocumentFieldType>(fieldPath: string | number | FieldPath): fieldType {
309 if (fieldPath instanceof FieldPath) {

Callers

nothing calls this directly

Calls 2

deserializeFieldFunction · 0.70
dataMethod · 0.65

Tested by

no test coverage detected