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

Method twitterLogin

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

Source from the content-addressed store, hash-verified

69 }
70
71 twitterLogin(){
72 const provider = new firebase.auth.TwitterAuthProvider()
73 return this.socialSignIn(provider);
74 }
75
76 private socialSignIn(provider) {
77 return this.afAuth.auth.signInWithPopup(provider)

Callers 1

signInWithTwitterMethod · 0.80

Calls 1

socialSignInMethod · 0.95

Tested by

no test coverage detected