All Questions
3 questions
1
vote
0
answers
51
views
Bulilding Javafx with Firebase into Jar
I have been trying for two weeks now to build my javafx and firebase project into jar. Firstly when i build the normal projec into jar and run it without firebase and google cloud dependecy it works ...
0
votes
1
answer
73
views
Can't build .jar file with firebase-admin-java
This bug prevents to use firebase-admin in pure Java/Kotlin projects. Is there a known fix/ad-hoc?
The error happens after running the .jar:
Error: Could not find or load main class MainKt
It looks ...
0
votes
1
answer
892
views
Firebase Admin SDK can't connect to Database from inside jar file
I'm developing an Android App with Firebase and i've decided to create a simple admin application with the Firebase Admin SDK. Launching with the IDE (IntelliJ IDEA) and connecting to the database via ...