Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NativeScript/firebase
/ native
Method
native
packages/firebase-auth/index.ios.ts:120–122 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
118
export
class
User implements IUser {
119
_native: FIRUser;
120
get native() {
121
return
this._native;
122
}
123
124
get ios() {
125
return
this.native;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected