Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NativeScript/firebase
/ clientId
Method
clientId
packages/firebase-core/index.ios.ts:113–115 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
111
112
_clientId: string;
113
set clientId(value) {
114
this._clientId = value;
115
}
116
get clientId(): string {
117
if
(this._clientId) {
118
return
this._clientId;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected