Skip to content
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

Storage async await #8289

Merged
merged 18 commits into from
Jul 23, 2021
Prev Previous commit
Next Next commit
Update Changelog
  • Loading branch information
paulb777 committed Jul 23, 2021
commit c47f35f37a939bb53b681a4d32e4dda52103f00f
6 changes: 6 additions & 0 deletions FirebaseStorageSwift/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 8.5.0-beta
- Added four APIs to augment automatically generated `async/await` APIs. See
details via Xcode completion and at
paulb777 marked this conversation as resolved.
Show resolved Hide resolved
https://github.com/firebase/firebase-ios-sdk/blob/96d60a6d472b6fed1651d5e7a0e7495230c220ec/FirebaseStorageSwift/Sources/AsyncAwait.swift.
Feedback appreciated about Firebase and `async/await`. (#8289)

# v0.1
- Initial public beta release. Extends the Storage Reference API with the Swift
Result type for all APIs that return an optional value and optional Error.
Expand Down