-
### [REQUIRED] Describe your environment
* Operating System version: Windows 10
* Browser version: ---
* Firebase SDK version: 9.1.3 upgrade to 9.2.0
* Firebase Product: ----
…
-
### Overview
Need an rpc api for providing consensus status for certain slots and block hash to vanguard client. This is a simple rpc api.
Api looks like:
` confirmBlockBatch: 'orc_confirmBlockH…
-
### Version info
**React: 17**
**Firebase: 8.2.10**
**ReactFire: 3.0.0-rc.0**
### Test case
```js
import React from "react";
import { render, screen, waitFor } from "@testin…
-
I am using the following plugins in my *build.gradle*:
```
protobuf {
protoc {
artifact = 'com.google.protobuf:protoc:3.14.0'
}
plugins {
java {
}
…
-
I have a 5-node cluster of dual-socket machines fully populated with 512GB PMems (two regions of 6x512GB in app direct interleaved mode per node) running OpenShift 4.6.6 (kubernetes 1.19) and pmem-csi…
-
**Is your feature request related to a problem? Please describe.**
There are some validations that do not apply to our installation, and for us would be considered false positives. For example: KI…
-
I have a service which contains a stub marked @GrpcClient annotation.
Actually, my service looks like an example from your Getting Started [page](https://yidongnan.github.io/grpc-spring-boot-starter/…
-
### Describe your environment
* Operating System version: macOS
* Browser version: JSDOM
* Firebase SDK version: 8.2.9
* Firebase Product: firestore
### Describe the probl…
-
Immediately after sending grpc call Transfer to all 9 nodes of test-harness, network consensus gets stalled. This might be due to a bug with mocking services but still needs to be investigated.
-
Following on #294, sometimes I need to imitate API error response, so I want to throw `GoogleAdsFailure` with my custom error that I provide manually. Interesting, that I can't mock it because the who…