Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: Variable(s) missing: REVERSED_CLIENT_ID #15

Open
guidouil opened this issue Mar 10, 2016 · 1 comment
Open

Error: Variable(s) missing: REVERSED_CLIENT_ID #15

guidouil opened this issue Mar 10, 2016 · 1 comment

Comments

@guidouil
Copy link

Hello Sujith,
I'm having this message when building my app

$ meteor build ../builds/. --server=https://app.loya.li --mobile-settings ../_settings/loyali.json
Errors executing Cordova commands:
While adding plugin https://github.com/EddyVerbruggen/cordova-plugin-googleplus.git#3ae99ea5d24619949613b87cdcb01b407199c253 to Cordova project:
Error: Variable(s) missing: REVERSED_CLIENT_ID
...

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.

@hedcet
Copy link
Collaborator

hedcet commented Mar 11, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants