Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NativeScript/firebase
/ native
Method
native
packages/firebase-core/index.android.ts:36–41 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
34
}
35
36
get native() {
37
if
(!this._nativeApp) {
38
return
null;
39
}
40
return
this._nativeApp.getOptions();
41
}
42
43
_apiKey: string;
44
set apiKey(value) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected