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

Method empty

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

Source from the content-addressed store, hash-verified

645 }
646
647 get empty(): boolean {
648 return this.native.empty;
649 }
650
651 get metadata(): SnapshotMetadata {
652 return SnapshotMetadata.fromNative(this.native.metadata);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected