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

Continuous call https://clients3.google.com/generate_204 after login #831

Closed
pasalino opened this issue Mar 7, 2020 · 1 comment
Closed

Comments

@pasalino
Copy link

pasalino commented Mar 7, 2020

After that i create login with this code:

yield GoogleSignin.configure(options);

let userInfo;
yield GoogleSignin.hasPlayServices();
userInfo = yield GoogleSignin.signIn();

i have continuous call to https://clients3.google.com/generate_204

The login work correctly!

image

"@react-native-community/google-signin": "^3.0.4",
"react": "16.9.0",
"react-native": "^0.61.5",

Tested on iOS 13

@vonovak
Copy link
Member

vonovak commented Mar 9, 2020

hello, I cannot reproduce this using the example app, so I don't think this is an issue with this library.

Hi there! Sorry you're having an issue. As the issue template explains, we require that you provide a runnable example (please try reproducing the bug with our example app) that reproduces your issue in a github repository. Please try to minimize the superfluous code and focus only on reproducing the bug.

please create a new issue with this and we'll be happy to review it!

@vonovak vonovak closed this as completed Mar 9, 2020
@react-native-google-signin react-native-google-signin locked and limited conversation to collaborators Mar 9, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants