google-login-plugin
Mobile icon

Google Login Plugin

Stable version 2.0.2 (Compatible with OutSystems 11)
Other versions available for 10
Uploaded
 on 14 March 2021
 by 
OutSystems Lab
4.0
 (10 ratings)
google-login-plugin

Google Login Plugin

Created on OutSystems 11

Version 2.0.2

Stable
Current
Uploaded on 14 March 2021 by OutSystems Lab
Compatible with:
Version 11
11.0.108 to 11.31.0
Database:
All
Release notes:

Fixes related to the REVERSED_CLIENT_ID parameter

Application Objects:
Google Login Plugin has 0 AOs.

Version 2.0.1

Stable
Uploaded on 12 August 2020 by OutSystems Lab
Compatible with:
Version 11
11.0.108 to 11.31.0
Database:
All
Release notes:

Since we can now use a json file in the parent app to load the needed credentials to make the component work, we removed the variables section of the extensibility configurations. f you don't wan't to use the json file, just place the variables section in the extensibility configurations again:

{

    "plugin" :{

        "url": "https://github.com/andregrillo/cordova-plugin-googleplus.git",

        "variables": [

            {"name": "REVERSED_CLIENT_ID", "value": "xxxxxxxxxxxxxxxxxxxx"}

        ]

    }

}

Application Objects:
Google Login Plugin has 0 AOs.
Created on OutSystems 10

Version 2.0.1

Stable
Uploaded on 06 July 2017 by OutSystems Lab
Compatible with:
Version 11
11.0.108 to 11.31.0
Version 10
Stack:
All
Database:
All
Release notes:

- Improved error messages and descriptions

Version 2.0.0

Stable
Uploaded on 05 June 2017 by OutSystems Lab
Compatible with:
Version 11
11.0.108 to 11.31.0
Version 10
Stack:
All
Database:
All
Release notes:

Code review and general improvements. Plugin revamp.

To enable the reuse of this plugin in multiple applications, we introduced a breaking change.

Take a look at these instructions 

With this update, you NEED to add to the Extensibility Configurations of your application with the following JSON:

{
    "plugin":
        {
            "url": "https://github.com/EddyVerbruggen/cordova-plugin-googleplus#5.0.3",
            "variables": [{
                "name": "REVERSED_CLIENT_ID",
                "value": "{iOS URL scheme}"
            }]
        }