Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

cordova plugin not installed #750

Open
viramdhangar opened this issue Mar 5, 2022 · 0 comments
Open

cordova plugin not installed #750

viramdhangar opened this issue Mar 5, 2022 · 0 comments

Comments

@viramdhangar
Copy link

viramdhangar commented Mar 5, 2022

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant