Brian Michel

Results 48 comments of Brian Michel

> Hmmm, can you provide a minimum repro project, or try to use the testapp https://github.com/firebase/quickstart-cpp/tree/main/auth/testapp to repro the problem? I'll give the test app a try!

Just wanted to add my plus one to this, since I'm discovering the same thing, and also wanting to have the ability to change attachments at runtime. As we're building...

Just wanted to chime in that we are working through an interesting integration (using Swift on Windows) and trying to port some bindings from the native client into a small...

@supervacuus actually it seems like the `crashpad` handler is working when I call `abort` directly, but when I end up calling `fatalError` I see this last message and then the...

I'm using Windows 11, build: `22621.2283` and we don't actually use VS for compiling our application, but we've been targeting `10.0.18362.0` for our application. Good point on the handling on...

@supervacuus so internally the Swift for Windows implementation ends up calling into `__ud2()` and I've boiled down a sample C application that will replicate the same symptoms of the "handing...

Ah, this did in fact go away when I re-created a release build 🤦 looks like I'm back up and running! Apologies for the distraction @supervacuus and thanks for the...

I opened this issue since we're actively debugging it with folks, and I'd love advice on how to better debug these connection issues or observe that Firestore is/isn't making a...

What we're experiencing seems very similar to what is mentioned here https://github.com/firebase/firebase-ios-sdk/issues/7615 would the same GRPC debugging variables work for this SDK?

Some logs from a person effected by this issue... ``` E1222 14:14:18.801000000 64256 ssl_transport_security.cc:1501] Handshake failed with fatal error SSL_ERROR_SSL: error:1000007d:SSL routines:OPENSSL_internal:CERTIFICATE_VERIFY_FAILED. WARNING: WatchStream (1625ece8390) Stream error: 'Unavailable: failed to...