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

Method apiKey

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected