Development mode OAuth2 restriction

I use google OAuth2 in my app, everything works fine in the browser, but on my android device i get this error:

WARNING: It looks like you are using OAuth2 login in your app. Meteor’s OAuth2 implementation does not currently work with mobile apps in local development mode, except in the iOS simulator. You can run the iOS simulator with ‘meteor run ios’. For additional workarounds, see https://github.com/meteor/meteor/wiki/OAuth-for-mobile-Meteor-clients.
the given link is dead. is there anyway to be able to login in development mode? I’m running my server on my mac (local development mode) and connect via android tablet.

i run my app with

meteor run android-device

even with --production flag i have the same result. I would like a workaround or better solution please.

OAuth2 is installed via standard accounts-ui and accounts-google package. thanks in advance!

+1…four years later