We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4df3ec commit 0b781b7Copy full SHA for 0b781b7
1 file changed
Sources/SHFirestoreService/FirestoreServiceProtocol.swift
@@ -9,7 +9,7 @@ import Foundation
9
import Combine
10
import FirebaseFirestore
11
12
-public protocol FirestoreServiceProtocol: FirestoreTransactional, FirestoreQueryable {
+public protocol FirestoreServiceProtocol: FirestoreTransactional, FirestoreQueryable, FirestoreDocumentSupportable {
13
// MARK: - Constants
14
typealias DocumentID = String
15
0 commit comments