-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
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
Update async/await code to be available for iOS 13, etc. #9483
Comments
This will bump our min Xcode version to Xcode 13.2.1 right? |
Right. Seems worth it for the next major release to get the broader async/await support and Xcode 13.2.1+ usage is already 63% |
I wonder if we could use The one caveat is 13.2.0 specifically would break I think, but if we were thinking of removing support anyways it's not a huge deal. |
Maybe, but is the complexity/maintainability worth it? I think most people will update their Xcode versions quicker than Firebase major versions. |
Testing this out now as there are only 7 non-test instances of these declarations. |
This is fixed in #9540 |
Now that it is supported for iOS 13 instead of 15 starting with Xcode 13.2.1
The text was updated successfully, but these errors were encountered: