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

Method constructor

apps/demo/src/plugin-demos/firebase-auth.ts:21–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19 code: string;
20 verificationId: string;
21 constructor() {
22 super();
23
24 firebase()
25 .auth()
26 .addAuthStateChangeListener((user) => {
27 this._setCurrentUser(user);
28 });
29 }
30
31 async linkGithub() {
32 if (!this.user) {

Callers

nothing calls this directly

Calls 4

_setCurrentUserMethod · 0.95
firebaseFunction · 0.90
authMethod · 0.80

Tested by

no test coverage detected