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

Method metadata

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

Source from the content-addressed store, hash-verified

709 }
710
711 get metadata(): SnapshotMetadata {
712 return SnapshotMetadata.fromNative(this.native.getMetadata());
713 }
714
715 get query() {
716 return Query.fromNative(this.native.getQuery());

Callers

nothing calls this directly

Calls 2

getMetadataMethod · 0.65
fromNativeMethod · 0.45

Tested by

no test coverage detected