Tito Ciuro
Tito Ciuro
@paulb777 OMG. The fact that this is by design floors me: ```swift func testUnknownError() { let byName = functions.httpsCallable( "unknownErrorTest", requestAs: [Int].self, responseAs: Int.self ) let byURL = functions.httpsCallable( emulatorURL("unknownErrorTest"),...
I get what you're saying but I, the API developer should be the one deciding whether the message/reason should reach the client. Why should Firebase decide for me? I own...
I'm having issues with the Swift Package Manager (Xcode 14.3). No schemes are recognized, so I can't compile or test. Any ideas (I'm up-to-date with `main`). 
I've reset the package cache, cleared derived data and it won't load.
No worries, thanks @paulb777. I have been able to open the package and make the changes. I'm trying to verify them, but unfortunately I'm seeing other unit tests fail (e.g....
@inlined Thanks for the follow-up. I'm not trying to pick a bone here, but I have some thoughts :-) I too have worked with older technologies (e.g. `CORBA`, `SOAP`, `RPC`),...
@inlined Thanks again for the follow through. Just two things I want to point out. Firebase is a developer tool. As such, it comes with inherent risks. All tools have...
@vpusher because... I did not know about it 😉 I have forced a firebase `verifyIdToken` error (simply by appending extra chars to the valid token) and this is what I...
Could you please post the errors you're seeing?
And it's interesting that it didn't change this one: ```swift protocol PusherManagerSubscriber { var id: UUID { get } func newEventHasArrived(with object: T) } ``` it should have been updated...