Hello,
i´m able to compile and run the Demo project from Firebase Introducing the new Firestore.
The App called Fireeats i can compile and run from Android Studio.
Based on the Compiled project sources/output i was able to find the right jar files to import in Eclipse to be able to write the wrapper...
Android Studio is able to get these dependencies.
Am i able to get this working with B4A too somehow?
Can i simply add the these jars (AAR) in the dependson and/or use #additionaljar directive to add them in the b4a project.
Will the #additionaljar references jars be used instead of the versions in the active maven repos?
i´m able to compile and run the Demo project from Firebase Introducing the new Firestore.
The App called Fireeats i can compile and run from Android Studio.
Based on the Compiled project sources/output i was able to find the right jar files to import in Eclipse to be able to write the wrapper...
B4X:
dependencies {
// Firestore
compile "com.google.firebase:firebase-firestore:11.4.2"
// Other Firebase/Play services deps
compile "com.google.firebase:firebase-auth:11.4.2"
compile "com.google.android.gms:play-services-auth:11.4.2"
// FirebaseUI (for authentication)
compile 'com.firebaseui:firebase-ui-auth:2.3.0'
Android Studio is able to get these dependencies.
Am i able to get this working with B4A too somehow?
Can i simply add the these jars (AAR) in the dependson and/or use #additionaljar directive to add them in the b4a project.
Will the #additionaljar references jars be used instead of the versions in the active maven repos?