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

Method fromNative

packages/firebase-core/index.ios.ts:198–205  ·  view source on GitHub ↗
(app: FIRApp)

Source from the content-addressed store, hash-verified

196 _options: FirebaseOptions;
197
198 static fromNative(app: FIRApp) {
199 if (app instanceof FIRApp) {
200 const fb = new FirebaseApp();
201 fb._native = app;
202 return fb;
203 }
204 return null;
205 }
206
207 get native() {
208 return this._native;

Callers 6

appMethod · 0.45
onErrorMethod · 0.45
appMethod · 0.45
optionsMethod · 0.45
appMethod · 0.45
initAppMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected