PatricioRedegal

Results 1 issues of PatricioRedegal

I'm using the @awesome-cordova-plugins/google-plus/ngx library to implement Google authentication in my Ionic project. Here’s the code I'm using: ``` loginGoogle() { const clientId = this.platform.is('android') ? this.androidClientId : this.iosClientId; this.googlePlus.login({...