Android-Smart-Login
Android-Smart-Login copied to clipboard
A smart way to add Login functionality to your Android app.
I've implemented what is needed, but when I use the login method I get "Google login failed" in the "onLoginFailure" callback. the stack trace: studios.codelight.smartloginlibrary.GoogleLogin.onActivityResult(GoogleLogin.java:87) com.blabla.TestActivity.onActivityResult(TestActivity.java:52) android.app.Activity.dispatchActivityResult(Activity.java:7137) android.app.ActivityThread.deliverResults(ActivityThread.java:4916) android.app.ActivityThread.handleSendResult(ActivityThread.java:4963) android.app.ActivityThread.access$1600(ActivityThread.java:221)...
While logging in using LoginType.Facebook, it doesn't show any data except userid and gender. I think its time to update the library.
I want to know if, when the user login is a one time login like facebook and other big apps on the market ? thanks !
Is there a working example using this? I'm trying to get it to work but I can't. I've followed [this steps](https://codelightstudios.github.io/Android-Smart-Login/) but I don't know how to add the loginBuilder....
I wish use the Android Smart Login, but the version code is outdated. Can you update this API?
I was searching how can customize login of FirebaseUI - Auth. Exist a way to use Android-Smart-Login with FirebaseUI - Auth? I think Android-Smart-Login is very cool and login of...