MCPcopy Index your code
hub / github.com/NativeScript/firebase / app

Method app

packages/firebase-functions/index.ios.ts:207–213  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

205 }
206
207 get app(): FirebaseApp {
208 if (!this._app) {
209 // @ts-ignore
210 this._app = FirebaseApp.fromNative(this.native.app);
211 }
212 return this._app;
213 }
214}
215/**
216 Check whether a regionOrCustomDomain string is a Region for the http trigger, such as “us-central1”.

Callers

nothing calls this directly

Calls 1

fromNativeMethod · 0.45

Tested by

no test coverage detected