We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b781b7 commit 58f3dd6Copy full SHA for 58f3dd6
Sources/SHFirestoreService/FirestoreEndopintable.swift
@@ -21,7 +21,7 @@ public protocol FirestoreEndopintable {
21
22
/// Firestore's service accesses and works on a collection, a docuemnt or docuemnts based on the FirestoreMethod.
23
/// So, you need to assign the desired request from FirestoreService to what is required by FirestoreMethod.
24
- var method: FirestoreMethod { get }
+ var method: FirestoreMethod? { get }
25
26
/// In order to access a specific collection or document in firestore, you must comply with Firestore DataLocationable.
27
/// If you want to access the collection, docuemntRef must return nil.
0 commit comments