You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Well I did search about it and I found that you are suppose to pass it to cordova during the plugin install. cordova plugin add https://github.com/EddyVerbruggen/cordova-plugin-googleplus --variable REVERSED_CLIENT_ID=myreversedclientid
And this is where I understand why you say I have to put the mobile-config.js file app info. And it is done:
App.info({
id: 'loya.ly.app',
name: 'Loyali',
description: 'Gérez vos cartes de fidélité et vos avoirs',
author: 'guillaume.darbonne@gmail.com',
email: 'guillaume.darbonne@gmail.com',
website: 'http://loya.li',
version: '1.3.0'
});
(yes I know I have a typo ly vs li in my id but it truly what I registered)
What did I forgot to have native up and running please ?
Also do you know if useraccounts package has adopted your native login solution ?
Thanks anyhow.
The text was updated successfully, but these errors were encountered:
Hello Sujith,
I'm having this message when building my app
Well I did search about it and I found that you are suppose to pass it to cordova during the plugin install.
cordova plugin add https://github.com/EddyVerbruggen/cordova-plugin-googleplus --variable REVERSED_CLIENT_ID=myreversedclientid
And this is where I understand why you say I have to put the
mobile-config.js
file app info. And it is done:(yes I know I have a typo ly vs li in my id but it truly what I registered)
What did I forgot to have native up and running please ?
Also do you know if useraccounts package has adopted your native login solution ?
Thanks anyhow.
The text was updated successfully, but these errors were encountered: