我正在通过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))
我需要登录后的用户详细信息。任何帮助都会得到申请。
答案 0 :(得分:0)
您必须检查。
google-services.json
。