gpt4 book ai didi

android - Facebook 身份验证不适用于 Android 中的 Firebase UI

转载 作者:行者123 更新时间:2023-11-29 19:09:55 30 4
gpt4 key购买 nike

我之前在几个项目中使用过 Firebase UI 来实现身份验证,但是,由于某种原因,我无法在当前项目中使用 Facebook 身份验证。每次单击“使用 Facebook 登录”按钮时,它都会启动一个看似身份验证的流程,然后什么都不做就返回到 Auth UI 屏幕。

没有在 Firebase 控制台中创建任何帐户,也没有在 Facebook 上记录任何内容。以下是我已采取并仔细检查的步骤。

  1. 向项目添加了 Firebase UI 最新库 - 2.2.0
  2. 添加 Facebook Android SDK
  3. 将其他 Firebase 库更新到 11.4.0
  4. 确保 Google Play 服务是 3.0.0
  5. 确保在 Firebase 控制台中启用 Facebook 身份验证
  6. 确保将 Facebook App ID 和 App Secret 添加到 Firebase 控制台
  7. 确保将 Firebase oAuth 重定向添加到 Facebook
  8. 确保应用已正确添加到 Facebook 并启用
  9. 确保将 Facebook App Id 添加到 res/string 资源文件
  10. 使用了与我不同的 Facebook 帐户开发者帐号
  11. 尝试了两种不同的物理设备

没有错误信息,没有 Log cat,我还能缺少什么?任何帮助将不胜感激 这是我的 AuthUiActivity

https://gist.github.com/valokafor/d4d5663bcdcf999be1cd41f331a3b883

这是我的 Gradle 依赖项

dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')

androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
exclude group: 'com.android.support', module: 'support-annotations'
})

androidTestCompile('com.android.support.test.espresso:espresso-contrib:2.2') {
// Necessary to avoid version conflicts
exclude group: 'com.android.support', module: 'appcompat'
exclude group: 'com.android.support', module: 'support-v4'
exclude group: 'com.android.support', module: 'support-annotations'
exclude module: 'recyclerview-v7'
}


compile('org.mnode.ical4j:ical4j:1.0.6') {
exclude group: 'commons.io'
}


compile "com.android.support:appcompat-v7:$rootProject.supportLibraryVersion"
compile "com.android.support:design:$rootProject.supportLibraryVersion"
compile "com.android.support:cardview-v7:$rootProject.supportLibraryVersion"
compile "com.android.support:support-vector-drawable:$rootProject.supportLibraryVersion"
compile "com.android.support:recyclerview-v7:$rootProject.supportLibraryVersion"
compile "com.android.support:support-v4:$rootProject.supportLibraryVersion"

compile('com.mikepenz:materialdrawer:5.9.1@aar') {
transitive = true
}


compile 'com.android.support:multidex:1.0.1'
compile 'com.afollestad.material-dialogs:core:0.9.4.5'
compile 'com.google.android.gms:play-services-auth:11.0.4'
compile 'com.google.firebase:firebase-crash:11.0.4'
compile 'com.google.firebase:firebase-core:11.0.4'
compile 'com.google.firebase:firebase-ads:11.0.4'
compile 'com.google.firebase:firebase-messaging:11.0.4'
compile 'com.google.firebase:firebase-auth:11.0.4'
compile 'com.firebaseui:firebase-ui:2.2.0'
compile 'com.android.support.constraint:constraint-layout:1.0.0-alpha9'
compile 'org.greenrobot:eventbus:3.0.0'
compile 'com.squareup.picasso:picasso:2.5.2'
compile 'com.amulyakhare:com.amulyakhare.textdrawable:1.0.1'
compile 'com.github.bumptech.glide:glide:3.7.0'
compile 'be.billington.calendar.recurrencepicker:library:1.1.1'
compile 'org.ocpsoft.prettytime:prettytime:3.2.7.Final'
compile 'com.jakewharton:butterknife:8.5.1'
compile 'de.hdodenhof:circleimageview:2.1.0'
compile 'commons-io:commons-io:2.5'
compile 'org.apache.commons:commons-collections4:4.1'
compile 'com.afollestad:material-camera:0.4.4'
compile 'com.google.android:flexbox:0.2.5'
compile 'com.github.fiskurgit:ChipCloud:3.0.3'
compile 'com.github.adroitandroid:ChipCloud:2.2.1'
compile 'com.facebook.android:facebook-android-sdk:4.22.1'
compile 'com.google.code.gson:gson:2.8.1'
testCompile 'junit:junit:4.12'
testCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.5.1'
annotationProcessor 'com.jakewharton:butterknife-compiler:8.5.1'
debugCompile 'com.squareup.leakcanary:leakcanary-android:1.5.1'
releaseCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.5.1'
}

apply plugin: 'com.google.gms.google-services'

Firebase 身份验证控制台 Firebase Console Showing Auth Tab

最佳答案

事实证明,这是一件很简单的事情。

Facebook id 应该像这样添加到字符串中:

<string name="facebook_application_id" translatable="false">98765xxxxxxx</string>

而不是像这样出现在 Firebase UI 文档中的方式

  <string name="facebook_app_id" translatable="false">987565xxxxxx</string>

一旦我进行了更新,感谢这个问题 FirebaseUI Authentication with Facebook not logging in问题已解决

关于android - Facebook 身份验证不适用于 Android 中的 Firebase UI,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45740671/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com