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

Method android

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

Source from the content-addressed store, hash-verified

394 return this._native;
395 }
396 get android() {
397 return this.native;
398 }
399
400 child(path: string): Reference {
401 return Reference.fromNative(this.native.child?.(path));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected