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

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

needs-triage

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

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

api: core

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

type: feature request
api: core