MCPcopy Index your code
hub / github.com/NativeScript/firebase / currentUser

Method currentUser

packages/firebase-auth/index.android.ts:1434–1436  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1432 }
1433
1434 get currentUser(): User {
1435 return this.native ? User.fromNative(this.native.getCurrentUser()) : null;
1436 }
1437
1438 get languageCode(): string {
1439 return this.native?.getLanguageCode?.();

Callers

nothing calls this directly

Calls 2

getCurrentUserMethod · 0.80
fromNativeMethod · 0.45

Tested by

no test coverage detected