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

Method key

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

Source from the content-addressed store, hash-verified

582 }
583
584 get key(): string {
585 return this.native?.getKey();
586 }
587
588 get ref(): Reference {
589 return Reference.fromNative(this.native.getRef());

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected