MCPcopy Index your code
hub / github.com/NativeScript/firebase / fromNative

Method fromNative

packages/firebase-ui/index.ios.ts:503–510  ·  view source on GitHub ↗
(ui: FUIAuth)

Source from the content-addressed store, hash-verified

501 }
502
503 static fromNative(ui: FUIAuth) {
504 if (ui instanceof FUIAuth) {
505 const ret = new UI();
506 ret._native = ui;
507 return ret;
508 }
509 return null;
510 }
511
512 get native() {
513 return this._native;

Callers 15

userMethod · 0.45
_handleAuthMethod · 0.45
appMethod · 0.45
deleteMethod · 0.45
signOutMethod · 0.45
appMethod · 0.45
appMethod · 0.45
onErrorMethod · 0.45
appMethod · 0.45
getTokenMethod · 0.45
subscribeToTopicMethod · 0.45
unsubscribeFromTopicMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected