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

Method googleLogin

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

Source from the content-addressed store, hash-verified

59 }
60
61 googleLogin() {
62 const provider = new firebase.auth.GoogleAuthProvider()
63 return this.socialSignIn(provider);
64 }
65
66 facebookLogin() {
67 const provider = new firebase.auth.FacebookAuthProvider()

Callers 1

signInWithGoogleMethod · 0.80

Calls 1

socialSignInMethod · 0.95

Tested by

no test coverage detected