import { GooglePlus } from '@ionic-native/google-plus/ngx'; constructor(private googlePlus: GooglePlus) { } ... this.googlePlus.login({}) .then(res => console.log(res)) .catch(err => console.error(err));