MCPcopy Create free account
hub / github.com/NativeScript/firebase / currentUser

Method currentUser

packages/firebase-auth/index.ios.ts:1268–1270  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1266 }
1267
1268 get currentUser(): User {
1269 return this.native ? User.fromNative(this.native.currentUser) : null;
1270 }
1271
1272 get languageCode(): string {
1273 return this.native?.languageCode;

Callers

nothing calls this directly

Calls 1

fromNativeMethod · 0.45

Tested by

no test coverage detected