firebase-admin-java
firebase-admin-java copied to clipboard
Firebase Admin Java SDK
Error codes in TopicManagementResponse are incomplete, causing loss of important debug information
### [REQUIRED] Step 2: Describe your environment * Operating System version: MacOs 15.1.1 and docker from arm64v8/amazoncorretto:21-al2023-headless * Firebase SDK version: 9.4.3 * Library version: firebase-admin-java * Firebase Product: firebase-admin...
**Is your feature request related to a problem? Please describe.** To be able to use Firebase emulator and Firebase storage. I need to be able to override host. **Describe the...
This is a follow up of #1065
Hi i had my own implementation of 9.3.0 with a costum http2 client using public static HttpAsyncClientBuilder defaultHttpAsyncClientBuilder() { PoolingAsyncClientConnectionManager connectionManager = new PoolingAsyncClientConnectionManager(); connectionManager.setMaxTotal(200); connectionManager.setDefaultMaxPerRoute(100); connectionManager.setDefaultConnectionConfig(ConnectionConfig.custom().setTimeToLive(-1L, TimeUnit.MILLISECONDS).build()); connectionManager.setDefaultTlsConfig(TlsConfig.custom().setVersionPolicy(HttpVersionPolicy.NEGOTIATE).build()); return...
### [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...
Bumps [com.google.cloud:libraries-bom](https://github.com/googleapis/java-cloud-bom) from 26.71.0 to 26.72.0. Release notes Sourced from com.google.cloud:libraries-bom's releases. v26.72.0 GCP Libraries BOM 26.72.0 Here are the differences from the previous version (26.71.0) New Addition com.google.cloud:google-cloud-databasecenter:0.1.0 com.google.cloud:google-cloud-vectorsearch:0.1.0...
Bumps [org.apache.maven.plugins:maven-antrun-plugin](https://github.com/apache/maven-antrun-plugin) from 3.1.0 to 3.2.0. Release notes Sourced from org.apache.maven.plugins:maven-antrun-plugin's releases. 3.2.0 📝 Documentation updates [MNGSITE-529] - Rename "Goals" to "Plugin Documentation" (#112) @Bukama [MANTRUN-231] - Document limitations of...
Bumps [org.apache.maven.plugins:maven-source-plugin](https://github.com/apache/maven-source-plugin) from 3.3.1 to 3.4.0. Release notes Sourced from org.apache.maven.plugins:maven-source-plugin's releases. 3.4.0 🐛 Bug Fixes [MSOURCES-140] - fail only if re-attach different files (#24) @hboutemy 👻 Maintenance Bump m-invoker-p...
Bumps [org.sonatype.central:central-publishing-maven-plugin](https://github.com/sonatype/central-publishing-maven-plugin) from 0.8.0 to 0.9.0. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: #...
**Is your feature request related to a problem? Please describe.** I have a Spring Boot application for which I use Firebase Admin SDK installed from Maven, version 9.7.0. As I'd...