Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NativeScript/firebase
/ isNewUser
Method
isNewUser
packages/firebase-ui/index.ios.ts:388–390 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
386
}
387
388
get isNewUser(): boolean {
389
return
this.native.additionalUserInfo?.newUser() ?? false;
390
}
391
392
get hasCredentialForLinking(): boolean {
393
return
!!this.native.credential;
Callers
1
toUserCredential
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected