All Questions
Tagged with firebase-admin java
189 questions
1
vote
0
answers
61
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 ...
1
vote
0
answers
94
views
Firebase Admin API fails silently when writing to realtime database
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 ...
2
votes
1
answer
433
views
How can I download an object from Google Cloud Storage, through the Java Admin SDK?
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 ...
2
votes
0
answers
332
views
Does the Firebase Admin SDK support workload identity federation ?
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 ...
0
votes
0
answers
27
views
Firebase ID token has incorrect "aud"
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-...
0
votes
0
answers
215
views
Thread pool not released
I upgrade the firebase-admin to 9.2.0, and I want use FirebaseMessaging.getInstance().sendEachForMulticastAsync(multicastMessage) to instead of the FirebaseMessaging.getInstance().sendMulticast(...
1
vote
0
answers
181
views
Problems using firebase java admin sdk with tomcat
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 ...
1
vote
0
answers
197
views
Java Firebase Admin SDK setValue Never Completes
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'...
0
votes
1
answer
86
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
400
views
Firebase Admin Sdk for Java not working. I can't get any result or data [duplicate]
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....
0
votes
1
answer
775
views
error: cannot find symbol .setCredentials(GoogleCredentials.fromStream(serviceAccount))
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 ...
1
vote
1
answer
201
views
Cannot add Firestore to Server
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 ...
0
votes
1
answer
156
views
Java Firebase Admin SDK - DatabaseReference - setValue vs setValueAsync
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(...
0
votes
1
answer
132
views
Reading Firebase database data from a Google Cloud Function in Java via : Even listener is called in several minutes
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 ...
0
votes
2
answers
731
views
Firebase IdToken not getting validated with Admin SDK
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 ...