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