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

Method id

packages/firebase-firestore/index.android.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.getId();
782 }
783
784 get parent(): DocumentReference {
785 return DocumentReference.fromNative(this.native.getParent());

Callers

nothing calls this directly

Calls 1

getIdMethod · 0.65

Tested by

no test coverage detected