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

Class

packages/firebase-auth/index.android.ts:127–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127export class User implements IUser {
128 _native: com.google.firebase.auth.FirebaseUser;
129 get native() {
130 return this._native;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected