Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
signInWithGoogle
Method · 0.80
Calls
1
socialSignIn
Method · 0.95
Tested by
no test coverage detected