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

Method gcmSenderId

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

Source from the content-addressed store, hash-verified

54
55 _gcmSenderId: string;
56 set gcmSenderId(value) {
57 this._gcmSenderId = value;
58 }
59 get gcmSenderId(): string {
60 if (this._gcmSenderId) {
61 return this._gcmSenderId;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected