Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NativeScript/firebase
/ apiKey
Method
apiKey
packages/firebase-core/index.android.ts:44–46 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
42
43
_apiKey: string;
44
set apiKey(value) {
45
this._apiKey = value;
46
}
47
48
get apiKey(): string {
49
if
(this._apiKey) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected