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

Method native

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

Source from the content-addressed store, hash-verified

127export class User implements IUser {
128 _native: com.google.firebase.auth.FirebaseUser;
129 get native() {
130 return this._native;
131 }
132
133 get android() {
134 return this.native;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected