gsino

Results 2 comments of gsino

> Wouldn't you be able to achieve the same result with something like https://github.com/firebase/firebase-admin-dotnet/blob/master/FirebaseAdmin/FirebaseAdmin.Tests/MockHttpClientFactory.cs? Half Yes. In fact, I can get any `HttpMessageHandler` by injecting `System.Net.Http.IHttpMessageHandlerFactory`. ```C# public class MyHttpClientFactory...