File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed
Swift/Source/Codable/third_party
third_party/FirestoreEncoder Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ extension Firestore {
26
26
/// in `container` are directly supported:
27
27
/// - GeoPoint
28
28
/// - Timestamp
29
+ /// - DocumentReference
29
30
///
30
31
/// - Parameters:
31
32
/// - A type to decode a document to.
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ extension Firestore {
30
30
/// The Firestore pass-through types are:
31
31
/// - GeoPoint
32
32
/// - Timestamp
33
+ /// - DocumentReference
33
34
///
34
35
/// - Parameter value: The Encodable object to convert to encoded data.
35
36
/// - Returns: A Map keyed by String representing a document Firestore
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ extension Firestore {
26
26
/// in `container` are directly supported:
27
27
/// - GeoPoint
28
28
/// - Timestamp
29
+ /// - DocumentReference
29
30
///
30
31
/// - Parameters:
31
32
/// - A type to decode a document to.
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ extension Firestore {
30
30
/// The Firestore pass-through types are:
31
31
/// - GeoPoint
32
32
/// - Timestamp
33
+ /// - DocumentReference
33
34
///
34
35
/// - Parameter value: The Encodable object to convert to encoded data.
35
36
/// - Returns: A Map keyed by String representing a document Firestore
You can’t perform that action at this time.
0 commit comments