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