Open stefanotauriello opened 4 years ago
Hello, I'm testing Google Login with Ionic 4 and cordova-plugin-googleplus@8.0.0. The function .login is called but I don't receive errors and response...
This is my config.xml: `
<variable name="PLAY_SERVICES_VERSION" value="11.8.0" /> </plugin>`
This is the code; this.googlePlus.login({}) .then(res => { .... }) .catch(err => { ..... });
you don't have to set up the configuration in config.xml and please just use it without any config.
Hello, I'm testing Google Login with Ionic 4 and cordova-plugin-googleplus@8.0.0. The function .login is called but I don't receive errors and response...
This is my config.xml: `
This is the code; this.googlePlus.login({}) .then(res => { .... }) .catch(err => { ..... });