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

Method id

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

Source from the content-addressed store, hash-verified

290 }
291
292 get id(): string {
293 return this.native.documentID;
294 }
295
296 get metadata(): SnapshotMetadata {
297 return SnapshotMetadata.fromNative(this.native.metadata);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected