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

Method ref

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

Source from the content-addressed store, hash-verified

349 }
350
351 get ref(): DocumentReference {
352 return DocumentReference.fromNative(this.native.getReference());
353 }
354
355 data() {
356 return deserializeField(this.native.getData());

Callers

nothing calls this directly

Calls 1

fromNativeMethod · 0.45

Tested by

no test coverage detected