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

Method android

packages/firebase-performance/index.android.ts:150–152  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

148 return this._native;
149 }
150 get android() {
151 return this.native;
152 }
153
154 get app(): FirebaseApp {
155 if (!this._app) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected