Hi.
Hello everyone! I had some problems with firebase, to try to fix it I had to update the SDK, but it turned out that now I have problems with Firestore, and I need to solve it with some urgency. after updating the SDK I have an error missing the artifact "Maven artifact not found: com.google.firebase / firebase-database-collection" Although it is installed correctly, the error remains until I delete the additional # associated with Firestore. This stops generating the missing artifact error, but generates this other error.
"
B4A line: 354
Dim docsnap As DocumentReference = value
src\com\intelliquestion\youspeak\mensajes_privados.java:1240: error: package com.google.firebase.firestore does not exist
_docsnap = (de.donmanfred.DocumentReferencewrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new de.donmanfred.DocumentReferencewrapper(), (com.google.firebase.firestore.DocumentReference)(_value));"
firestore version is V0.67
if i reinsert the line #AdditionalJar: com.google.firebase: firebase-firestore, it again generates the missing artifact error "Maven artifact not found: com.google.firebase / firebase-database-collection"
com.google.firebase / firebase-database-collection version 17.0.1 is installed
regards
Hello everyone! I had some problems with firebase, to try to fix it I had to update the SDK, but it turned out that now I have problems with Firestore, and I need to solve it with some urgency. after updating the SDK I have an error missing the artifact "Maven artifact not found: com.google.firebase / firebase-database-collection" Although it is installed correctly, the error remains until I delete the additional # associated with Firestore. This stops generating the missing artifact error, but generates this other error.
"
B4A line: 354
Dim docsnap As DocumentReference = value
src\com\intelliquestion\youspeak\mensajes_privados.java:1240: error: package com.google.firebase.firestore does not exist
_docsnap = (de.donmanfred.DocumentReferencewrapper) anywheresoftware.b4a.AbsObjectWrapper.ConvertToWrapper(new de.donmanfred.DocumentReferencewrapper(), (com.google.firebase.firestore.DocumentReference)(_value));"
B4X:
Sub contactos_onValue(success As Boolean, value As Object)
Log($"Driver_onValue(${success},${value})"$)
Dim docsnap As DocumentReference = value ' <----line 354
Log( docsnap.Path )
End Sub
firestore version is V0.67
if i reinsert the line #AdditionalJar: com.google.firebase: firebase-firestore, it again generates the missing artifact error "Maven artifact not found: com.google.firebase / firebase-database-collection"
com.google.firebase / firebase-database-collection version 17.0.1 is installed
regards