We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac759d0 commit 4b9e3b8Copy full SHA for 4b9e3b8
Firestore/Swift/Source/AsyncAwait/CollectionReference+AsyncAwait.swift
@@ -56,7 +56,7 @@ public extension CollectionReference {
56
@discardableResult
57
func addDocument<T: Encodable>(from value: T,
58
encoder: Firestore.Encoder = Firestore.Encoder()) async throws
59
- -> DocumentReference {
+ -> DocumentReference {
60
return try await withCheckedThrowingContinuation { continuation in
61
var document: DocumentReference?
62
document = self.addDocument(from: value, encoder: encoder) { error in
0 commit comments