MCPcopy Create free account
hub / github.com/codediodeio/angular-firestarter / anonymousLogin

Method anonymousLogin

src/app/core/auth.service.ts:88–95  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

86 //// Anonymous Auth ////
87
88 anonymousLogin() {
89 return this.afAuth.auth.signInAnonymously()
90 .then((user) => {
91 this.authState = user
92 this.updateUserData()
93 })
94 .catch(error => console.log(error));
95 }
96
97 //// Email/Password Auth ////
98

Callers 1

signInAnonymouslyMethod · 0.80

Calls 2

updateUserDataMethod · 0.95
signInAnonymouslyMethod · 0.80

Tested by

no test coverage detected