Android Question FirebaseFirestore in B4A

Blueforcer

Well-Known Member
Licensed User
Longtime User
i want to use the B4X FirebaseFirestore lib from @Claude Obiri Amadu in my B4A project.
Unfortunately I get a lot of errors as soon as I activate the lib. e.g. the JFX is missing, which of course only exists in B4J.
Have I misunderstood something?

1713815757926.png
 

walterf25

Expert
Licensed User
Longtime User
i want to use the B4X FirebaseFirestore lib from @Claude Obiri Amadu in my B4A project.
Unfortunately I get a lot of errors as soon as I activate the lib. e.g. the JFX is missing, which of course only exists in B4J.
Have I misunderstood something?

View attachment 152963
Try the attached edited library, I believe he forgot to delete a reference to jfx library which is only required if you're working with B4J.

Another thing you can try is renaming the file to FirebaseFirestore.zip, unzip the folder and import every module to your project so you, a b4xlib is essentially a zipped folder with the required .bas modules required for a project.
 

Attachments

  • FirebaseFirestore.b4xlib
    14.2 KB · Views: 21
Upvote 0
Top