firebase-admin-java
firebase-admin-java copied to clipboard
Firebase Admin Java SDK
### Environment This is currently the dependencies used in my app-level Gradle build script ```kotlin dependencies { implementation("androidx.appcompat:appcompat:1.6.1") implementation("com.google.android.material:material:1.10.0") implementation("androidx.constraintlayout:constraintlayout:2.1.4") implementation("androidx.navigation:navigation-fragment:2.7.5") implementation("androidx.navigation:navigation-ui:2.7.5") implementation("com.squareup.retrofit2:converter-gson:2.9.0") coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:2.0.4") implementation("com.google.firebase:firebase-admin:9.2.0") implementation("com.google.firebase:firebase-messaging:23.4.0") } ``` ### Description...
**Is your feature request related to a problem? Please describe.** FirebaseMessagingException is final and has package private/private constructors. This prevents using the exception in tests. The firebase recommendation to deal...
# OutOfMemoryError occurred when calling Utilities.splitIntoFramesg function ## Description An OutOfMemoryError vulnerability exists in the Utilities.splitIntoFrames method in firebase-admin 9.2.0. ## Error Log ``` java.lang.OutOfMemoryError: Java heap space at java.base/java.lang.StringLatin1.newString(StringLatin1.java:715)...
### problem SendEachForMulticast throws exception and cannot proceed the notification messages. "Unknown error while making a remote service call: Cannot assign requested address" Our kubernetes pod handles 6 kafka partition,...
### [REQUIRED] Step 2: Describe your environment * Operating System version: linux * Firebase SDK version: firebase-admin-8.1.0.jar * Library version: 8.1.0.jar * Firebase Product: Cloud Messaging (auth, database, storage, etc)...
I'm trying to make some synchronization between my mqtt server and the firebase notification, when to notify the client through firebase and when to send through mqtt, which does mean...
Environment: * Firebase SDK version: 9.2.0 * Library version: * Firebase Product: Firebase cloud messaging (FCM) Problem: I am having a problem using firebase admin sdk to send push notification...
#### My environment: * Operating System version: Mac OS Sonoma 14.0 (23A344) * Firebase Admin SDK version: 9.2.0 * Firebase Product: Storage Emulator #### The problem: When setting the environment...
Hi, I noticed this SDK doesn't yet expose MFA info supported by Identity platform. The issue ##645 also mentions this. So I implemented it :) Let me know what you...
Hi, Compiling to native this dependency: ```java com.google.firebase firebase-admin 9.2.0 ``` makes the build fail because grpc-netty-shaded, however with this alternative we can compile: ```java com.google.firebase firebase-admin 9.2.0 io.grpc grpc-netty-shaded...