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

Method googleAppId

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

Source from the content-addressed store, hash-verified

144
145 _googleAppId: string;
146 set googleAppId(value) {
147 this._googleAppId = value;
148 }
149 get googleAppId(): string {
150 if (this._googleAppId) {
151 return this._googleAppId;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected