Back to All

Debugging Google social login

I have integrated the social login plugin for Facebook successfully, but I'm struggling to get sufficient debugging information to troubleshoot the Google login. I am using the Javascript callback method and all I get is error code "10". Is it possible to also log e.getStatusMessage() for the specific error details?

        // The ApiException status code indicates the detailed failure reason.
        // Please refer to the GoogleSignInStatusCodes class reference for more information.
        Log.w(TAG, "Google SignIn result failed = " + e.getStatusCode());

Thanks!