Firestore getProductID cannot be null error
Based on https://stackoverflow.com/questions/46564349/firestore-getproductid-cannot-be-null-error
the solution seems to be to use a newer google services
i tried to add
but this results in
Based on https://stackoverflow.com/questions/46564349/firestore-getproductid-cannot-be-null-error
the solution seems to be to use a newer google services
B4X:
I had the same problem. Solved with this in gradle : 3.0.0 to 3.1.0
buildscript {
dependencies {
classpath 'com.google.gms:google-services:3.1.0'
}
}
i tried to add
B4X:
#AdditionalJar: com.google.gms:google-services
but this results in
B4A Version: 7.80 BETA #1
Parse den Code. (0.00s)
Kompiliere den Code. (0.02s)
Kompiliere Layoutcode. (0.00s)
Organisiere Libraries. Error
Maven artifact nicht gefunden: com.google.gms/google-services