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

Method iOSBundleId

packages/firebase-ui/index.ios.ts:170–172  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

168 }
169
170 get iOSBundleId(): string {
171 return this.native?.iOSBundleID;
172 }
173
174 set iOSBundleId(id) {
175 if (this.native) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected