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

Method gcmSenderId

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

Source from the content-addressed store, hash-verified

66
67 _gcmSenderId: string;
68 set gcmSenderId(value) {
69 this._gcmSenderId = value;
70 }
71 get gcmSenderId(): string {
72 if (this._gcmSenderId) {
73 return this._gcmSenderId;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected