Skip to content

Commit ccc8a33

Browse files
SUPERCILEXsamtstern
authored andcommitted
Fix Facebook dep in README (#967)
1 parent 6cad297 commit ccc8a33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auth/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ dependencies {
4949
compile 'com.firebaseui:firebase-ui-auth:3.0.0'
5050
5151
// Required only if Facebook login support is required
52-
compile('com.facebook.android:facebook-android-sdk:4.27.0')
52+
compile 'com.facebook.android:facebook-login:4.27.0'
5353
5454
// Required only if Twitter login support is required
5555
compile("com.twitter.sdk.android:twitter-core:3.0.0@aar") { transitive = true }

0 commit comments

Comments
 (0)