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

Method android

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

Source from the content-addressed store, hash-verified

131 }
132
133 get android() {
134 return this.native;
135 }
136
137 static fromNative(user: com.google.firebase.auth.FirebaseUser) {
138 if (user instanceof com.google.firebase.auth.FirebaseUser) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected