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

Method empty

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

Source from the content-addressed store, hash-verified

705 }
706
707 get empty(): boolean {
708 return this.native.isEmpty();
709 }
710
711 get metadata(): SnapshotMetadata {
712 return SnapshotMetadata.fromNative(this.native.getMetadata());

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected