MCPcopy Create free account
hub / github.com/NativeScript/firebase / metadata

Method metadata

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

Source from the content-addressed store, hash-verified

649 }
650
651 get metadata(): SnapshotMetadata {
652 return SnapshotMetadata.fromNative(this.native.metadata);
653 }
654
655 get query() {
656 return Query.fromNative(this.native.query);

Callers

nothing calls this directly

Calls 1

fromNativeMethod · 0.45

Tested by

no test coverage detected