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

Method intoNative

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

Source from the content-addressed store, hash-verified

15 }
16
17 intoNative() {
18 if (!this._native) {
19 return new java.lang.Exception(this.message);
20 }
21 return this._native;
22 }
23}
24
25export class FirebaseOptions implements IFirebaseOptions {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected