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

Method user

packages/firebase-ui/index.android.ts:550–555  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

548
549 _user: User;
550 get user(): User {
551 if (!this._user) {
552 this._user = User.fromNative(this.native.getUser());
553 }
554 return this._user;
555 }
556}
557
558let lastActivity: WeakRef<androidx.appcompat.app.AppCompatActivity>;

Callers

nothing calls this directly

Calls 1

fromNativeMethod · 0.45

Tested by

no test coverage detected