Firestore Configuration - Firebase

1

Referring to setting FireStore in existing projects. [ANDROID]

I tried to include and configure it according to the support material and it did not work.

Error while adding dependencies in Gradle-App.

Dependency that is in the Firebase material. compile 'com.google.firebase: firebase-firestore: 11.0.6'

obs: I tried to put it as 10.2.6, and also tried to update all dependencies for the same version of FireStore. Nothing worked.

I currently have versions 10.2.6 of the Firebase services.

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:

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.

Note:

I've checked the PlayService and Repository updates. And I also checked on the dependencies in Gradle:

classpath 'com.google.gms: google-services: 3.1.0'

    
asked by anonymous 04.10.2017 / 14:02

0 answers