android - Meteor Cordova - Login service configuration not yet loaded -


i've setup oauth login (google, facebook, linkedin, twitter) meteor - cordova app , runs on browser (both localhost , staging page).

i tried run app on android device via command: meteor run android-device --settings settings/localhost.json. when , clicked oauth login buttons, got error: login service configuration not yet loaded , failed login. tried using app on browser via localhost:3000 , runs well.

i looked error on internet , seems serviceconfiguration data hasn't been published mobile devices, hence error. no matter how long "wait", serviceconfiguration data never comes ! can tell logging accounts.loginservicesconfigured() out.

i'm literally stuck i'm looking help.


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -