关于现有项目中的FireStore配置。[安卓]
我尝试根据支持材料包含和配置它,但它不起作用。
在 Gradle-App 中添加依赖项时出错。
Firebase 教程中的依赖项:compile 'com.google.firebase:firebase-firestore:11.0.6'
注意:我尝试将其设置为 10.2.6,并尝试更新同一版本 FireStore 的所有依赖项。没有任何效果。
我目前拥有 Firebase 服务的 10.2.6 版本。
compile 'com.google.firebase:firebase-auth:10.2.6'
compile 'com.google.android.gms:play-services-auth:10.2.6'
compile 'com.google.android.gms:play-services:10.2.6'
compile 'com.google.firebase:firebase-database:10.2.6'
compile 'com.google.firebase:firebase-storage:10.2.6'
compile 'com.google.firebase:firebase-core:10.2.6'
错误:
Error:Execution failed for task ':app:processDebugGoogleServices'.
> Please fix the version conflict either by updating the version of the google-services plugin (information about the latest version is available at https://bintray.com/android/android-tools/com.google.gms.google-services/) or updating the version of com.google.android.gms to 10.2.6.
笔记:
我检查了 PlayService 和存储库更新。我还检查了 Gradle 中的依赖项:
类路径 'com.google.gms:google-services:3.1.0'