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

Method fromNative

packages/firebase-ui/index.android.ts:638–645  ·  view source on GitHub ↗
(ui: com.firebase.ui.auth.AuthUI)

Source from the content-addressed store, hash-verified

636 }
637
638 static fromNative(ui: com.firebase.ui.auth.AuthUI) {
639 if (ui instanceof com.firebase.ui.auth.AuthUI) {
640 const ret = new UI();
641 ret._native = ui;
642 return ret;
643 }
644 return null;
645 }
646
647 get native() {
648 return this._native;

Callers 4

userMethod · 0.45
onActivityResultFunction · 0.45
appMethod · 0.45
onErrorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected