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

Method facebookLogin

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

Source from the content-addressed store, hash-verified

64 }
65
66 facebookLogin() {
67 const provider = new firebase.auth.FacebookAuthProvider()
68 return this.socialSignIn(provider);
69 }
70
71 twitterLogin(){
72 const provider = new firebase.auth.TwitterAuthProvider()

Callers 1

signInWithFacebookMethod · 0.80

Calls 1

socialSignInMethod · 0.95

Tested by

no test coverage detected