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

Method key

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

Source from the content-addressed store, hash-verified

359 }
360
361 get key(): string {
362 return this.native.key;
363 }
364
365 get parent(): Reference {
366 return Reference.fromNative(this.native.parent);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected