Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NativeScript/firebase
/ email
Method
email
packages/firebase-auth/index.ios.ts:90–92 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
88
}
89
90
get email(): string {
91
return
this.native?.valueForKey(
'email'
);
92
}
93
94
get phoneNumber(): string {
95
return
this.native?.valueForKey(
'phoneNumber'
);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected