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

Method metadata

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

Source from the content-addressed store, hash-verified

294 }
295
296 get metadata(): SnapshotMetadata {
297 return SnapshotMetadata.fromNative(this.native.metadata);
298 }
299
300 get ref(): DocumentReference {
301 return DocumentReference.fromNative(this.native.reference);

Callers

nothing calls this directly

Calls 1

fromNativeMethod · 0.45

Tested by

no test coverage detected