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

Method user

packages/firebase-ui/index.ios.ts:425–430  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

423
424 _user: User;
425 get user(): User {
426 if (!this._user) {
427 this._user = User.fromNative(this.native.user);
428 }
429 return this._user;
430 }
431}
432
433@NativeClass()

Callers

nothing calls this directly

Calls 1

fromNativeMethod · 0.45

Tested by

no test coverage detected