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

Method githubLogin

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

Source from the content-addressed store, hash-verified

54 //// Social Auth ////
55
56 githubLogin() {
57 const provider = new firebase.auth.GithubAuthProvider()
58 return this.socialSignIn(provider);
59 }
60
61 googleLogin() {
62 const provider = new firebase.auth.GoogleAuthProvider()

Callers 1

signInWithGithubMethod · 0.80

Calls 1

socialSignInMethod · 0.95

Tested by

no test coverage detected