Answers for "google login issue ionic"

1

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
Posted by: Guest on January-30-2020

Browse Popular Code Answers by Language