通过Google登录AWS时在本地响应时发生错误:{“ name”:“ GooglesigninError”,“ code”:10}

时间:2019-07-19 13:46:12

标签: javascript amazon-web-services react-native google-login

我正在通过Google在AWS上工作,但是在登录google时,我登录后却出现了异常,我生成了google-services.json。但是我也把sha1放在了firebase和google console中。但登录google之后。我遇到错误。

我已点击此链接https://github.com/patw0929/react-native-amplify-cognito-example

   export const loginGoogle = () => {
   Alert.alert("id");

 return new Promise(async (resolve, reject) => {
 Alert.alert("13");
 const user = await GoogleSignin.signIn()


 .catch(error => {

  Alert.alert(JSON.stringify(error))

我需要登录后的用户详细信息。任何帮助都会得到申请。

1 个答案:

答案 0 :(得分:0)

您必须检查。

  1. 您是否忘记将SHA-1指纹发布密钥存储区上传到 Google / firebase控制台?
  2. 您是否向Firebase控制台添加了两个SHA1键?
  3. 除了为调试和发布添加正确的SHA-1外 键,您还下载了新的google-services.json