firebase-admin-java
firebase-admin-java copied to clipboard
Firebase Admin Java SDK
### [READ] Step 1: Are you in the right place? * For issues or feature requests related to __the code in this repository__ file a Github issue. * If this...
This changes the default `HttpTransport` to an HTTP/2 enabled Apache 5 HttpClient.
- The default thread manger now limits to 100 threads. This resolves OOM errors that come with threads used to send large amounts of FCM messages. - Deadlock scenario in...
After moving to fcm 9.2.0 we are using sendEachForMultiCast while we send 500 device tokens per request , where we are facing issues with null error code for failure cases...
Bumps [org.apache.maven.plugins:maven-project-info-reports-plugin](https://github.com/apache/maven-project-info-reports-plugin) from 3.5.0 to 3.7.0. Commits 377b7e1 [maven-release-plugin] prepare release maven-project-info-reports-plugin-3.7.0 f162bb7 [MPIR-454] Upgrade to Doxia 2.0.0 Milestone Stack 78e0196 [MPIR-467] Upgrade to Parent 43 8813fea [maven-release-plugin] prepare for...
Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.7.0 to 3.8.0. Commits 621cba6 [maven-release-plugin] prepare release maven-javadoc-plugin-3.8.0 eab964c [MJAVADOC-603] javadoc:fix failure on JDK10: java.lang.ClassNotFoundException... 0a26a7e Update since tags 08205b1 Add compile step for MJAVADOC-365 IT...
### [REQUIRED] Step 2: Describe your environment * Operating System version: Java 11 * Firebase SDK version: 9.2.0 * Library version: * Firebase Product: Firebase cloud messaging (FCM) ### [REQUIRED]...
Hello, We are receiving IllegalArgumentException while calling com.google.firebase.messaging.FirebaseMessaging#sendMulticast(com.google.firebase.messaging.MulticastMessage) method since 2024-08-12 13:44 GMT. We are using 9.1.1 version of firebase-admin dependency. Here is the exception detail: ```java java.lang.IllegalArgumentException: No enum...
Bumps `netty.version` from 4.1.110.Final to 4.1.112.Final. Updates `io.netty:netty-codec-http` from 4.1.110.Final to 4.1.112.Final Commits ebe2aa5 [maven-release-plugin] prepare release netty-4.1.112.Final 5e2d384 Only include scopeId on link-local addresses when using native transport (#14......
When will HTTP/2 support be available for methods like sendEach() and sendEachForMulticast() in the Firebase Admin Java SDK? It appears that this support has already been implemented in firebase-admin-node. https://github.com/firebase/firebase-admin-node/releases/tag/v12.3.0...