Ti.GoogleSignIn
Ti.GoogleSignIn copied to clipboard
Exception with Appcelerator SDK 9.0.1GA
When trying to build up a view there is an exception when importing the module in my js code: var Google=require("ti.googlesignin");
Uncaught Error: Failed resolution of: Lcom/google/android/gms/auth/api/Auth;
After I debugged it, I found that the exception is occuring at GooglesigninModule.java on line 111
This start occuring after upgrading to Apcelerator SDK 9.0.1GA, and Firebase Core 6.0.0 from hansemannn (https://github.com/hansemannn/titanium-firebase-core)