I configured project with firebase. It worked before with me.
this.googlePlus.login({ }).then(res => {
})
.catch((error) => {
console.log('googlePlus.login().Error: ', JSON.stringify(error));
reject(error);
});
but after updated to latest ionic@latest. It didn’t work, alway fall into catch((error) with ERROR 17.
Any Expert can help this issues?
Thanks.