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

Method key

packages/firebase-database/index.ios.ts:553–555  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

551 }
552
553 get key(): string {
554 return this.native?.key;
555 }
556
557 get ref(): Reference {
558 return Reference.fromNative(this.native.ref);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected