implementing google plus login in ionic 3 code example
Example: google login issue ionic
1) Remove cordova-plugin-googleplus
sudo cordova plugin rm cordova-plugin-googleplus
2) Install 5.2.1 version google plus
sudo cordova plugin add [email protected] --save --variable REVERSED_CLIENT_ID=com.googleusercontent.apps..... --variable WEB_APPLICATION_CLIENT_ID=.....apps.googleusercontent.com
Check App URL schemes if reversed client id is correct when `Custom scheme uris are not allowed for 'web' client type` error occurs