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

Method id

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

Source from the content-addressed store, hash-verified

778 }
779
780 get id(): string {
781 return this.native.documentID;
782 }
783
784 get parent() {
785 return CollectionReference.fromNative(this.native.parent);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected