H hanyelmehy Active Member Licensed User Longtime User Nov 26, 2019 #1 how to add B4X: com.google.android.gms com.google.firebase.FirebaseException .to Eclipse IDE 4.13 library project
how to add B4X: com.google.android.gms com.google.firebase.FirebaseException .to Eclipse IDE 4.13 library project
DonManfred Expert Licensed User Longtime User Nov 26, 2019 #2 Add the artifacts for them. they are all inside the AndroidSDK\extras\b4a_remote folder
H hanyelmehy Active Member Licensed User Longtime User Nov 26, 2019 #3 DonManfred said: Add the artifacts for them. they are all inside the AndroidSDK\extras\b4a_remote folder Click to expand... thank you for your help ,but how to do this with Eclipse IDE 4.13
DonManfred said: Add the artifacts for them. they are all inside the AndroidSDK\extras\b4a_remote folder Click to expand... thank you for your help ,but how to do this with Eclipse IDE 4.13
DonManfred Expert Licensed User Longtime User Nov 26, 2019 #4 hanyelmehy said: but how to do this with Eclipse IDE 4.13 Click to expand... Google is working. ;-)
H hanyelmehy Active Member Licensed User Longtime User Nov 26, 2019 #5 DonManfred said: Google is working. ;-) Click to expand... i know how to import java , but AndroidSDK\extras\b4a_remote folder have a lot of files ,my problem how to figure out just needed file anyway thank you for your help
DonManfred said: Google is working. ;-) Click to expand... i know how to import java , but AndroidSDK\extras\b4a_remote folder have a lot of files ,my problem how to figure out just needed file anyway thank you for your help
Erel B4X founder Staff member Licensed User Longtime User Nov 26, 2019 #6 Which SDK are you wrapping? In many cases it will be easier to implement it with JavaObject or inline Java.
Which SDK are you wrapping? In many cases it will be easier to implement it with JavaObject or inline Java.
H hanyelmehy Active Member Licensed User Longtime User Nov 26, 2019 #7 Erel said: Which SDK are you wrapping? In many cases it will be easier to implement it with JavaObject or inline Java. Click to expand... i try to make library for firebase PhoneAuthProvider also is there any way to figure out class jar or aar source
Erel said: Which SDK are you wrapping? In many cases it will be easier to implement it with JavaObject or inline Java. Click to expand... i try to make library for firebase PhoneAuthProvider also is there any way to figure out class jar or aar source
DonManfred Expert Licensed User Longtime User Nov 26, 2019 #8 hanyelmehy said: also is there any way to figure out class jar Click to expand... hanyelmehy said: com.google.android.gms Click to expand... It is playservice-base The other is probably firebase-core. Not sure though. Can also be one of the auth artifacts. hanyelmehy said: or aar source Click to expand... No
hanyelmehy said: also is there any way to figure out class jar Click to expand... hanyelmehy said: com.google.android.gms Click to expand... It is playservice-base The other is probably firebase-core. Not sure though. Can also be one of the auth artifacts. hanyelmehy said: or aar source Click to expand... No
Erel B4X founder Staff member Licensed User Longtime User Nov 26, 2019 #9 FirebaseAuth depends on: B4X: @DependsOn(values={"com.google.firebase:firebase-auth", "com.google.android.gms:play-services-auth", "com.google.firebase:firebase-core"}) As I wrote, it will be probably be easier to implement it with JavaObject or inline Java after you configured FirebaseAuth.
FirebaseAuth depends on: B4X: @DependsOn(values={"com.google.firebase:firebase-auth", "com.google.android.gms:play-services-auth", "com.google.firebase:firebase-core"}) As I wrote, it will be probably be easier to implement it with JavaObject or inline Java after you configured FirebaseAuth.