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

Method id

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

Source from the content-addressed store, hash-verified

717 }
718
719 get id(): string {
720 return this.native.collectionID;
721 }
722
723 get parent(): DocumentReference {
724 return DocumentReference.fromNative(this.native.parent);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected