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

Method id

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

Source from the content-addressed store, hash-verified

341 }
342
343 get id(): string {
344 return this.native.getId();
345 }
346
347 get metadata(): SnapshotMetadata {
348 return SnapshotMetadata.fromNative(this.native.getMetadata());

Callers

nothing calls this directly

Calls 1

getIdMethod · 0.65

Tested by

no test coverage detected