android-google-signin-unity
android-google-signin-unity copied to clipboard
I get a different config file
When I configure a Google API project for Android, I submit com.overview.sundial as my package name, although the config file I get back doesn't contain a package name. I just get this:
{
"web":{
"client_id":"117356081alittlebitdifferentothb6m12o3v4iovovu9.apps.googleusercontent.com",
"project_id":"sundial-1603581112543",
"auth_uri":"https://accounts.google.com/o/oauth2/auth",
"token_uri":"https://oauth2.googleapis.com/token",
"auth_provider_x509_cert_url":"https://www.googleapis.com/oauth2/v1/certs",
"client_secret":"7a3XpVAnotreallythisq2mukuP86"
}
}
When I run it on my phone I get the Error Callback after selecting an account to login with. Any thoughts on why my config file is different?