We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Promises dependency is currently broken on macOS because it hasn't yet updated from a 10.10 minimum version.
On closer look, the dependency seems heavyweight for a single public API that is used in just one place in Firebase.
In Firebase:
$ git grep gul_dataTaskPromiseWithRequest FirebaseAppCheck/Sources/Core/APIService/FIRAppCheckAPIService.m: return [self.URLSession gul_dataTaskPromiseWithRequest:request] FirebaseAppCheck/Tests/Unit/Core/FIRAppCheckAPIServiceTests.m: OCMExpect([URLSessionMock gul_dataTaskPromiseWithRequest:URLRequestValidationArg])
The text was updated successfully, but these errors were encountered:
Filed an issue on PromisesObjC.
Sorry, something went wrong.
Done via #187. Will be released in v8.
ncooke3
No branches or pull requests
The Promises dependency is currently broken on macOS because it hasn't yet updated from a 10.10 minimum version.
On closer look, the dependency seems heavyweight for a single public API that is used in just one place in Firebase.
In Firebase:
The text was updated successfully, but these errors were encountered: