React native with mongodb realm. Attempting google signin results in error code 10

259 Views Asked by At

Below code is provided at realm docs.

GoogleSignin.configure({
  webClientId: clientId,
  offlineAccess: true,
});
async function getGoogleAuthCode() {
  try {
    await GoogleSignin.hasPlayServices();    
    const {serverAuthCode} = await GoogleSignin.signIn();
    return serverAuthCode;
  } 
catch (error) {}

Above code always returns 10 - DEVELOPER_ERROR,

Cross checked the client id. Since mongodb realm suggests to use web application type google oAuth. App's SHA is not registered at google end.

1

There are 1 best solutions below

0
On

Google sign in is broken in the current beta.

References: