June 2018
Beginner to intermediate
394 pages
9h 2m
English
Firebase user authentication can also be performed using the Twitter SDK. Similar to Google and Facebook integration, the user is told to sign in to a Twitter account, the points of interest of which are then used to create an account in the Firebase authentication user database.
We need to enable the Twitter sign in method in Firebase console. Add the appropriate new Gradle dependency to the project. Since we are using the Firebase SDK, we will have control over creating the user interface. But, we are focusing on the main aspects here.
The Twitter SDK also provides the button designed for Android:
<com.twitter.sdk.android.core.identity.TwitterLoginButtonandroid:id="@+id/loginButton"android:layout_width="wrap_content" ...
Read now
Unlock full access