Ti.GoogleSignIn
Ti.GoogleSignIn copied to clipboard
Use the native Google Sign In SDK in Appcelerator Titanium. 🚀
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...
Hey there, this pull attempts to add more parity with iOS, especially for the returned profile inside the login event (commit 1). Also, this pull adds some meta files so...
Hello everyone, I'm tryng to figure out to make module work on Android (SDK 7.0.2 module v3). I've created the project and the clientID (copied the Web version string) when...
Hello, it seems I cant use; Google.initialize({ clientID: App.Constants.GOOGLE_API_TOKEN, scopes: App.Constants.GOOGLE_FIT_SCOPES, access_type: 'offline' }); to retrieve Offline access (E.g a "backend token") so we may get data from our backend....
Solution: Change android:screenOrientation="portrait" to android:screenOrientation="unspecified" To prevent error: java.lang.IllegalStateException: Only fullscreen opaque activities can request orientation when building with Target SDK 28+ https://stackoverflow.com/questions/48072438/java-lang-illegalstateexception-only-fullscreen-opaque-activities-can-request-o
Most of the apps nowadays, show Google authentication popup, for which the background color is transparent and not gray as in this module. Thanks, for this great module.
Hi All, How to get Google Authentication Access Token for titanium mobile apps (ios and android) ?
The module looks awesome~ But I've observed that when the Google Sign-In screen is launched, the language shown on screen looks consistent with the phone locale. So would it be...
Using Ti.GoogleSignIn module by Hansemann, i am trying to access my google drive. Problem is that the google does not honor the token i am getting from module and i...