Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/firebase/6.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Firebase 我从谷歌登录中得到一个未知错误_Firebase_React Native_Google Oauth - Fatal编程技术网

Firebase 我从谷歌登录中得到一个未知错误

Firebase 我从谷歌登录中得到一个未知错误,firebase,react-native,google-oauth,Firebase,React Native,Google Oauth,遵循GitHub(适用于Android)的安装指南之后 我能够成功地将软件包和登录按钮添加到我的应用程序中,但是,当我单击它时,我发现未知错误,请检查此代码上的最后一个else块。“发生了其他错误” 按钮 <View style={styles.container}> <GoogleSigninButton style={{ width: 192, height: 48 }} size={GoogleSigninButton.S

遵循GitHub(适用于Android)的安装指南之后

我能够成功地将软件包和登录按钮添加到我的应用程序中,但是,当我单击它时,我发现未知错误,请检查此代码上的最后一个else块。“发生了其他错误”

按钮

<View style={styles.container}>
        <GoogleSigninButton
        style={{ width: 192, height: 48 }}
        size={GoogleSigninButton.Size.Wide}
        color={GoogleSigninButton.Color.Dark}
        onPress={this._signIn}
        disabled={false} />
 </View>

我收到错误的登录错误:RNGoogleSignError:登录时出现未知错误。在iOS google loginI内部,我收到错误的登录错误:RNGoogleSignError:登录时出现未知错误。iOS内部谷歌登录
<View style={styles.container}>
        <GoogleSigninButton
        style={{ width: 192, height: 48 }}
        size={GoogleSigninButton.Size.Wide}
        color={GoogleSigninButton.Color.Dark}
        onPress={this._signIn}
        disabled={false} />
 </View>
GoogleSignin.configure({
    webClientId: 'xxxxxxx.apps.googleusercontent.com', 
    GoogleService-Info.plist)
});