Closed morcelicaio closed 5 years ago
This is the same problem of an issue 14
What version of the library are you using? Try the v1.4.0, currently the stable release.
Any update on this. I am facing the same problem. Seems this issue is not there when using Firestore version 17.1.0 or lower
Any update on this. I am facing the same problem. Seems this issue is not there when using Firestore version 17.1.0 or lower
What version of the library are you using? Check issue #13 because I think it's the same
@Rekodr , I solved my problem using this version: implementation 'com.github.imperiumlabs:GeoFirestore-Android:v1.2.1'
Use this version or lastest.
Close because it's duplicate of issue #13 and can be solved using a newer version of the library (v1.2.1+)
The cod for register locate:
When I try to register, I get the following error message:
java.lang.NoSuchMethodError: No virtual method set(Ljava/util/Map;Lcom/google/firebase/firestore/SetOptions;)Lcom/google/android/gms/tasks/Task; in class Lcom/google/firebase/firestore/DocumentReference; or its super classes (declaration of 'com.google.firebase.firestore.DocumentReference' appears in /data/app/br.edu.ifsp.scl.googlefirebase-1/split_lib_dependencies_apk.apk:classes2.dex)
What to do in this case?