firebase-admin-java icon indicating copy to clipboard operation
firebase-admin-java copied to clipboard

Firebase Admin Java SDK

Results 135 firebase-admin-java issues
Sort by recently updated
recently updated
newest added

### 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...

needs-triage

**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...

needs-triage
type: feature request

# 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)...

needs-triage

### 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,...

api: messaging

### [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)...

needs-triage

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...

needs-triage
type: feature request

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...

needs-triage

#### 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...

api: storage

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...

api: auth

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...

api: core
api: messaging