cordova-plugin-googleplus
cordova-plugin-googleplus copied to clipboard
Plugin does not work on browser platform with Cordova 9
trafficstars
There is an error in console
Not a valid origin for the client: http://localhost:8100 has not been whitelisted for client ID WEB_APPLICATION_CLIENT_ID. Please go to https://console.developers.google.com/ and whitelist this origin for your project's client ID.
I have added the appropriate url address (example: http://localhost:8100) to Authorized JavaScript origins section as mentioned here https://github.com/ryaa/cordova-plugin-googleplus/tree/fix-for-browser-platform-cordova-9#browser
Why don't you use firebaseAuth on browser instead of the cordova plugin ?
Why don't you use firebaseAuth on browser instead of the cordova plugin ?
I prefer to use the same solution on the browser platform because I develop and test there before building/deploying to a real device.