This repository was archived by the owner on Apr 17, 2019. It is now read-only.

Description
Hi all,
I tried to implement Google Sign In on my mobile client side, and then used the accessToken I got to log in my meteor server with logonWithOAuthAccessToken.
However, I failed and got the following log:
Unable to authenticate
{setCredentialToken: false, ...}
Should I change any configuration on my server, or logonWithOAuthAccessToken is only for facebook service right now?
By the way, is there any instruction for how to sign in with Google account through ObjectiveDDP library?
Best regards,
Tony