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

Method android

packages/firebase-core/index.android.ts:141–143  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

139 return this._native;
140 }
141 get android() {
142 return this.native;
143 }
144 get name() {
145 return this.native.getName();
146 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected