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

Method googleAppId

packages/firebase-core/index.android.ts:75–77  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

73
74 _googleAppId: string;
75 set googleAppId(value) {
76 this._googleAppId = value;
77 }
78 get googleAppId(): string {
79 if (this._googleAppId) {
80 return this._googleAppId;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected