Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NativeScript/firebase
/ emailVerified
Method
emailVerified
packages/firebase-auth/index.ios.ts:145–147 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
143
}
144
145
get emailVerified(): boolean {
146
return
this.native?.emailVerified();
147
}
148
149
get email(): string {
150
return
this.native?.email;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected