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

Method key

packages/firebase-database/index.android.ts:380–382  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

378 }
379
380 get key(): string {
381 return this.native.getKey();
382 }
383 get parent(): Reference {
384 return Reference.fromNative(this.native?.getParent?.());
385 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected