Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NativeScript/firebase
/ ios
Method
ios
packages/firebase-auth/index.ios.ts:78–80 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
76
}
77
78
get ios() {
79
return
this.native;
80
}
81
82
get uid(): string {
83
return
this.native?.valueForKey(
'uid'
);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected