Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
1 vote
0 answers
61 views

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 ...
Jeffrey Bampoh Ansah's user avatar
1 vote
0 answers
94 views

I am having problems with a dockerised Java application that uses the Firebase Admin SDK to make updates to a Firebase Realtime database. This code has worked well for years in a Google hosted ...
Steve Neal's user avatar
2 votes
1 answer
433 views

I am currently developing a Java application that uses the Admin SDK to store and retrieve data from Google Firestore, but I also wanted to extend that use to Google Cloud Storage as well. When it ...
Phoebus21's user avatar
2 votes
0 answers
332 views

Recently, we made the service account key and saw a box that said Service account keys could pose a security risk if compromised. We recommend that you avoid downloading service account keys and ...
Frotly Song's user avatar
0 votes
0 answers
27 views

0.we finished this stpes follow guide. 0.1.create project on firebase and added android app enter image description here 0.2.opened Firebase Authentication enter image description here 0.3.re-...
joe's user avatar
  • 1
0 votes
0 answers
215 views

I upgrade the firebase-admin to 9.2.0, and I want use FirebaseMessaging.getInstance().sendEachForMulticastAsync(multicastMessage) to instead of the FirebaseMessaging.getInstance().sendMulticast(...
Siyu Chen's user avatar
1 vote
0 answers
181 views

Is anyone successfully using the java firebase admin sdk with apache tomcat? I'm experiencing big problems, probably related to the internal messaging system (io.netty) used by the firebase sdk: after ...
Andrea Murru's user avatar
1 vote
0 answers
197 views

I'm trying to make a mod for Minecraft 1.8.9 (using Forge), and I need to use Firebase as a part of the project. I've gotten Forge setup and Firebase is working as a dependency. The mod builds, and I'...
simplexshotz's user avatar
0 votes
1 answer
86 views

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 ...
Psijic's user avatar
  • 1,012
0 votes
1 answer
400 views

I have a firebase admin sdk project in java. I have a problem, I cannot get any data or result from my firebase server. here is my project: [[enter image description here](https://i.sstatic.net/Gn8XU....
Fidelio Rainbow's user avatar
0 votes
1 answer
775 views

Please help me with this code, I still don't understand why I'm like this, I edited the gradle file, and edited the java file but it still doesn't work, please help me fix it. p/s: this is the first ...
Hoàng Trần's user avatar
1 vote
1 answer
201 views

I am working on a server project where I want to user firebase firestore dependecies. I use the firebase-admin but when I try to add firestore sdk it says that it could not find it, and yes when I ...
Miraç Buğra Özkan's user avatar
0 votes
1 answer
156 views

Using Java - Firebase Admin SDK. I have to make two updates on the Firebase Realtime Database. Update#1 has to happen and only then Update#2 should happen. I was earlier using this : ref.setValueAsync(...
ishallwin's user avatar
  • 310
0 votes
1 answer
132 views

I am reading data from my Firebase realtime database from Java code running inside a GCP Cloud Function. I am using the Admin SDK for this purpose. I am following this Google documentation page very ...
X.Mitry's user avatar
  • 15
0 votes
2 answers
731 views

I need to do google signin in flutter app using firebase. Generate idToken at client, and send it to backend Admin SDK for verification of idToken. Issue: I am getting below error when calling method ...
anonymous's user avatar

15 30 50 per page
1
2 3 4 5
13