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

Method androidClientId

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

Source from the content-addressed store, hash-verified

77
78 _androidClientId: string;
79 set androidClientId(value) {
80 this._androidClientId = value;
81 }
82 get androidClientId(): string {
83 if (this._androidClientId) {
84 return this._androidClientId;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected