You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 30, 2023. It is now read-only.
2022-03-05 17:30:42.093 30973-30973/com.viram.dev I/chromium: [INFO:CONSOLE(898)] "Native: tried calling GooglePlus.login, but the GooglePlus plugin is not installed.", source: http://localhost/vendor.js (898)
2022-03-05 17:30:42.093 30973-30973/com.viram.dev I/chromium: [INFO:CONSOLE(904)] "Install the GooglePlus plugin: 'ionic cordova plugin add cordova-plugin-googleplus'", source: http://localhost/vendor.js (904)
2022-03-05 17:30:42.093 30973-30973/com.viram.dev I/chromium: [INFO:CONSOLE(191)] "plugin_not_installed", source: http://localhost/src_app_pages_login_login_module_ts.js (191)
I already installed it but still facing the issue, I am testing on Emulator as well as on device, what I am missing?
I am doing almost all workaround mentioned in ionic community
2022-03-05 17:30:42.093 30973-30973/com.viram.dev I/chromium: [INFO:CONSOLE(898)] "Native: tried calling GooglePlus.login, but the GooglePlus plugin is not installed.", source: http://localhost/vendor.js (898)
2022-03-05 17:30:42.093 30973-30973/com.viram.dev I/chromium: [INFO:CONSOLE(904)] "Install the GooglePlus plugin: 'ionic cordova plugin add cordova-plugin-googleplus'", source: http://localhost/vendor.js (904)
2022-03-05 17:30:42.093 30973-30973/com.viram.dev I/chromium: [INFO:CONSOLE(191)] "plugin_not_installed", source: http://localhost/src_app_pages_login_login_module_ts.js (191)
I already installed it but still facing the issue, I am testing on Emulator as well as on device, what I am missing?
I am doing almost all workaround mentioned in ionic community
I followed below steps to install the plugin
cordova plugin add cordova-plugin-googleplus --save --variable REVERSED_CLIENT_ID=myreversedclientid
$ ionic cordova plugin add cordova-plugin-googleplus
$ npm install @awesome-cordova-plugins/google-plus
but when I am calling
this.googlePlus.login({})
I am getting above error
The text was updated successfully, but these errors were encountered: