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

Method android

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

Source from the content-addressed store, hash-verified

158 return this._native;
159 }
160 get android() {
161 return this.native;
162 }
163
164 get ref(): Reference {
165 return Reference.fromNative(this.native.getRef());

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected