
I am assuming you have already got Client Secret and Client Id from Google Plus Api.
Now in Startup.Auth.cs remove the below code
//app.UseFacebookAuthentication(
// appId: "",
// appSecret: "");
and paste this
var googleOptions = new GoogleOAuth2AuthenticationOptions()
{
...