Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

apiClient is null - call configure first #6

Open
rangaswamy606 opened this issue Sep 5, 2018 · 9 comments
Open

apiClient is null - call configure first #6

rangaswamy606 opened this issue Sep 5, 2018 · 9 comments

Comments

@rangaswamy606
Copy link

Hi I am integrating the react-google-signin in our project but i am getting I/ReactNativeJS: Login fail with error: Error: apiClient is null - call configure first issue in logcat, i am unable to fix the issue Could you please help me on it ?.

Error: ### **

I/ReactNativeJS: Login fail with error: Error: apiClient is null

**

@hsparihar-systango
Copy link

I have the same issue. Could anyone help us?

@faisal3413
Copy link

faisal3413 commented Aug 5, 2019

Call configure in componentDidMount

import { GoogleSignin, statusCodes } from 'react-native-google-signin';

GoogleSignin.configure({});

@schumannd
Copy link

@faisal3413 already doing that. Did anyone find a different cause?

@eramudeep
Copy link

I'm getting "A non-recoverable sign in failure occurred" :(

@ttcode10
Copy link

ttcode10 commented Feb 8, 2023

I had this issue when sign out. So if you have GoogleSignin.configure({...}) before GoogleSignin.signIn(), make sure you call GoogleSignin.configure({...}) again before GoogleSignin.signOut()

@wadekar9
Copy link

wadekar9 commented Jun 6, 2023

I had this issue when sign out. So if you have GoogleSignin.configure({...}) before GoogleSignin.signIn(), make sure you call GoogleSignin.configure({...}) again before GoogleSignin.signOut()

Worked for me!

@chauho1911
Copy link

I had this issue when sign out. So if you have GoogleSignin.configure({...}) before GoogleSignin.signIn(), make sure you call GoogleSignin.configure({...}) again before GoogleSignin.signOut()

I finally found the fix, thank you so muchhhhh

@samadakram
Copy link

I had this issue when sign out. So if you have GoogleSignin.configure({...}) before GoogleSignin.signIn(), make sure you call GoogleSignin.configure({...}) again before GoogleSignin.signOut()

Worked for me! Thank you soo much

@mbfarhanm1998
Copy link

I had this issue when sign out. So if you have GoogleSignin.configure({...}) before GoogleSignin.signIn(), make sure you call GoogleSignin.configure({...}) again before GoogleSignin.signOut()

Worked for me as well :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

10 participants