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

Method bundleId

packages/firebase-core/index.ios.ts:102–104  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

100
101 _bundleId: string;
102 set bundleId(value) {
103 this._bundleId = value;
104 }
105 get bundleId(): string {
106 if (this._bundleId) {
107 return this._bundleId;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected